We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf83cb9 commit bee41adCopy full SHA for bee41ad
run-all-tests.sh
@@ -57,8 +57,8 @@ run_test() {
57
ls -latr jit*.dump
58
rm -r jit*.dump
59
60
- mv ${testname}.perf.data "${OUTPUT_DIR2}/perf_data"
61
- mv "${testname}.*.txt" "${OUTPUT_DIR2}/perf_data"
+ mv ${testname}.perf.data "${OUTPUT_DIR2}perf_data"
+ mv "${testname}.*.txt" "${OUTPUT_DIR2}perf_data"
62
mv .clinic/* "${OUTPUT_DIR2}clinic/"
63
mv coverage/* "${OUTPUT_DIR2}coverage/"
64
mv *.log "${OUTPUT_DIR2}log/"
0 commit comments