Skip to content

Commit 691521f

Browse files
committedDec 5, 2023
collect hardware info
1 parent 3d1389c commit 691521f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎passmark/passmark_run

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ arch=`uname -m`
6363

6464
show_usage=0
6565

66+
# Gather hardware information
67+
${curdir}/test_tools/gather_data ${curdir}
68+
6669
exit_out()
6770
{
6871
echo $1
@@ -198,6 +201,7 @@ move_data_to_export()
198201
mv /tmp/${test_name}.out $RESULTSDIR
199202
mv test_results_report $RESULTSDIR
200203
cp ${curdir}/meta_data.yml $RESULTSDIR
204+
${curdir}/test_tools/move_data $curdir $RESULTSDIR
201205
cp passmark.summary $RESULTSDIR
202206
cp results.csv $RESULTSDIR
203207
cp results_all_* $RESULTSDIR

0 commit comments

Comments
 (0)
Please sign in to comment.