Skip to content

Commit

Permalink
Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
freol35241 committed Jun 20, 2023
1 parent f26c3e4 commit d31455b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# porla
**P**ipeline-**O**riented **R**eal-time **L**ogging **A**ssistant or simply a basic toolbox for handling of line-based streaming data using linux pipes and some handy command-line utilities

"porla" is also a Swedish word for the soothing sound of running water from a small stream stream, typically set in an enchanted forest.
> "porla" is also a Swedish word for the soothing sound of running water from a small stream of water
## Motivation, purpose and mental map
## Motivation and purpose

TODO

## Schematic overview

![schematic](./porla.svg)


## Usage

It is packaged as a docker image, available here: https://github.com/orgs/MO-RISE/packages
Expand Down
3 changes: 1 addition & 2 deletions tests/test_porla.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ load "bats-helpers/bats-file/load"

setup_file() {
REPO_ROOT="$( cd "$( dirname "$BATS_TEST_FILENAME" )"/.. >/dev/null 2>&1 && pwd )"
echo "$REPO_ROOT" >&3
docker build -t porla "$REPO_ROOT"
}

Expand All @@ -26,7 +25,7 @@ teardown() {
}


@test "Single bus writer/listener" {
@test "Single writer/listener pair on bus" {
bats_require_minimum_version 1.5.0

docker run -d -v "$TMP_DIR":/recordings --network=host porla "from_bus 37 | record /recordings/out.txt"
Expand Down

0 comments on commit d31455b

Please sign in to comment.