We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0669587 commit caf9d84Copy full SHA for caf9d84
pyperf/pyperf_run
@@ -248,7 +248,8 @@ else
248
fi
249
cp /tmp/pyperf.out ${RESULTSDIR}
250
cp ${curdir}/meta_data.yml ${RESULTSDIR}
251
- find results_${test_name}_${to_tuned_setting} -type f | tar --transform 's/.*\///g' -cf results_${test_name}_${to_tuned_setting}_pbench.tar --files-from=/dev/stdin
+ rm -f results_pbench.tar
252
+ find $results_dir -type f | tar --transform 's/.*\///g' -cf results_pbench.tar --files-from=/dev/stdin
253
tar hcf results_${test_name_run}_${to_tuned_setting}.tar results_${test_name_run}_${to_tuned_setting}
254
255
exit 0
0 commit comments