Skip to content

Commit 554fe97

Browse files
Chaitanya Kumarloonatick-src
authored andcommitted
chore: add `TRACE: prefix to json dump to stdout
1 parent 6a28350 commit 554fe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompiletimeCrashTests/run-compiletime-crash-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ for i in "${!test_keys[@]}"; do
4848
done
4949
json+="}"
5050

51-
echo $json
51+
echo "TRACE: ${json}"
5252
echo $json > compiletime-crash-test-results.json
5353

5454
echo "Finished running all Compiletime Crash tests"

0 commit comments

Comments
 (0)