We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c4c8cc commit b571a00Copy full SHA for b571a00
scripts/booster-integration-tests.sh
@@ -56,7 +56,7 @@ for dir in $(ls -d test-*); do
56
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
57
;;
58
"log-simplify-json")
59
- SERVER="${KORE_RPC_BOOSTER} -l SimplifyJson --simplification-log-file test-$name/simplify-log.txt" ./runDirectoryTest.sh test-$name $@
+ SERVER="${KORE_RPC_BOOSTER} --log-format json -l SimplifyJson --simplification-log-file test-$name/simplify-log.txt" ./runDirectoryTest.sh test-$name $@
60
61
"foundry-bug-report")
62
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name --time $@
0 commit comments