Skip to content

Commit bee41ad

Browse files
author
mike dupont
committed
fixing double slash
1 parent cf83cb9 commit bee41ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-all-tests.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ run_test() {
5757
ls -latr jit*.dump
5858
rm -r jit*.dump
5959

60-
mv ${testname}.perf.data "${OUTPUT_DIR2}/perf_data"
61-
mv "${testname}.*.txt" "${OUTPUT_DIR2}/perf_data"
60+
mv ${testname}.perf.data "${OUTPUT_DIR2}perf_data"
61+
mv "${testname}.*.txt" "${OUTPUT_DIR2}perf_data"
6262
mv .clinic/* "${OUTPUT_DIR2}clinic/"
6363
mv coverage/* "${OUTPUT_DIR2}coverage/"
6464
mv *.log "${OUTPUT_DIR2}log/"

0 commit comments

Comments
 (0)