We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1389c commit 691521fCopy full SHA for 691521f
passmark/passmark_run
@@ -63,6 +63,9 @@ arch=`uname -m`
63
64
show_usage=0
65
66
+# Gather hardware information
67
+${curdir}/test_tools/gather_data ${curdir}
68
+
69
exit_out()
70
{
71
echo $1
@@ -198,6 +201,7 @@ move_data_to_export()
198
201
mv /tmp/${test_name}.out $RESULTSDIR
199
202
mv test_results_report $RESULTSDIR
200
203
cp ${curdir}/meta_data.yml $RESULTSDIR
204
+ ${curdir}/test_tools/move_data $curdir $RESULTSDIR
205
cp passmark.summary $RESULTSDIR
206
cp results.csv $RESULTSDIR
207
cp results_all_* $RESULTSDIR
0 commit comments