Skip to content

Commit 9754547

Browse files
Merge pull request #1 from storpool/run_quick_json
run_quick: fix the json output by removing all the garbage before '{'
2 parents 05ac763 + 33d7e26 commit 9754547

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_quick

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,6 @@ echo Running tests...
121121
done
122122

123123
echo Displaying and saving result...
124+
sed -i.bak '/{/,$!d' res/*.json
124125
./get_res | sort | ./pretty_print
125126
./get_res | sort >results.txt

0 commit comments

Comments
 (0)