Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
chore: drop use or RUST_LOG, RADICLE_CI_BROKER_LOG
Lars Wirzenius committed 1 year ago
commit bc710c36f1ed7e257ca3c1e0532ae8e00e014da5
parent 1a46a855e19be5d52fc3eb785d8ccb9ea612ff6f
1 file changed +1 -3
modified ci-broker.md
@@ -170,8 +170,6 @@ env \
	RAD_PASSPHRASE=secret \
	RAD_HOME="$homedir/.radicle" \
	RAD_SOCKET=synt.sock \
-
	RUST_LOG=trace \
-
	RADICLE_CI_BROKER_LOG=trace \
	"$@"
~~~

@@ -794,7 +792,7 @@ correctly.
~~~scenario
given an installed cibtool
given file count.sh
-
when I run env RUST_LOG=debug bash -x count.sh 100 10
+
when I run env bash -x count.sh 100 10
then stdout contains "OK\n"
~~~