From d31455bfd1ba6c827003655f2100e753088eb6e1 Mon Sep 17 00:00:00 2001 From: Fredrik Olsson Date: Tue, 20 Jun 2023 14:20:32 +0200 Subject: [PATCH] Fixing some typos --- README.md | 8 ++++++-- tests/test_porla.bats | 3 +-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6371fa..0ddddf1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/test_porla.bats b/tests/test_porla.bats index 8b277a8..93d251d 100644 --- a/tests/test_porla.bats +++ b/tests/test_porla.bats @@ -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" } @@ -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"