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.
2 parents 97a5b45 + 33eb076 commit 52e1ac0Copy full SHA for 52e1ac0
pyperf/pyperf_run
@@ -241,9 +241,9 @@ else
241
mv ${test_name_run}_*.out ${RESULTSDIR}
242
lines=`wc -l ${RESULTSDIR}/*.csv | cut -d' ' -f1`
243
if [ $? -ne 0 ]; then
244
- echo Failed >> test_results_report
+ echo Failed >> ${RESULTSDIR}/test_results_report
245
else
246
- echo Ran >> test_results_report
+ echo Ran >> ${RESULTSDIR}/test_results_report
247
fi
248
cp /tmp/hammerdb.out ${RESULTSDIR}
249
cp ${curdir}/meta_data.yml ${RESULTSDIR}
0 commit comments