Skip to content

Commit b571a00

Browse files
committed
Fix json log file test
1 parent 6c4c8cc commit b571a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/booster-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ for dir in $(ls -d test-*); do
5656
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
5757
;;
5858
"log-simplify-json")
59-
SERVER="${KORE_RPC_BOOSTER} -l SimplifyJson --simplification-log-file test-$name/simplify-log.txt" ./runDirectoryTest.sh test-$name $@
59+
SERVER="${KORE_RPC_BOOSTER} --log-format json -l SimplifyJson --simplification-log-file test-$name/simplify-log.txt" ./runDirectoryTest.sh test-$name $@
6060
;;
6161
"foundry-bug-report")
6262
SERVER=$KORE_RPC_BOOSTER ./runDirectoryTest.sh test-$name --time $@

0 commit comments

Comments
 (0)