Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
tests: run cibtool concurrent counting test with RUST_LOG set
Lars Wirzenius committed 1 year ago
commit 7cb352fd4ffec949be8095718d78c060a10f7fe4
parent 84d868c919aa1e28ec9b65333750a28ae2290343
1 file changed +1 -1
modified ci-broker.md
@@ -700,7 +700,7 @@ correctly.
~~~scenario
given an installed cibtool
given file count.sh
-
when I run bash -x count.sh 100 10
+
when I run env RUST_LOG=debug bash -x count.sh 100 10
then stdout contains "OK\n"
~~~