Skip to content

Commit

Permalink
Fix meta data not being saved for pbench
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Nov 30, 2023
1 parent 3d1389c commit 5884ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passmark/passmark_run
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ move_data_to_export()
mkdir $RESULTSDIR
mv /tmp/${test_name}.out $RESULTSDIR
mv test_results_report $RESULTSDIR
cp ${curdir}/meta_data.yml $RESULTSDIR
cp ${curdir}/meta_data*.yml $RESULTSDIR
cp passmark.summary $RESULTSDIR
cp results.csv $RESULTSDIR
cp results_all_* $RESULTSDIR
Expand Down

0 comments on commit 5884ea0

Please sign in to comment.