From 37f6a1d659a1a94b5b09d60b2f56741bd1746eec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 3 Feb 2022 23:33:06 +0100
Subject: [PATCH] Add hint on running all smoketests in Readme

---
 theodolite-benchmarks/docker-test/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/theodolite-benchmarks/docker-test/README.md b/theodolite-benchmarks/docker-test/README.md
index 3525b2eec..5d7ca3f4a 100644
--- a/theodolite-benchmarks/docker-test/README.md
+++ b/theodolite-benchmarks/docker-test/README.md
@@ -46,3 +46,9 @@ The `smoketest-runner.sh` script can be used to run a simple test for a specific
 ```
 
 where `<docker-compose-dir>` is the directory of a Docker-Compose file, for example, `uc2-beam-samza`. The script exists with a zero exit code in case of success and a non-zero exit code otherwise.
+
+You can also run the set of all smoke test with:
+
+```sh
+./smoketest-runner-all.sh
+```
-- 
GitLab