Skip to content

Commit

Permalink
collect hardware info
Browse files Browse the repository at this point in the history
  • Loading branch information
sousinha97 committed Dec 5, 2023
1 parent 3d1389c commit 691521f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions passmark/passmark_run
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ arch=`uname -m`

show_usage=0

# Gather hardware information
${curdir}/test_tools/gather_data ${curdir}

exit_out()
{
echo $1
Expand Down Expand Up @@ -198,6 +201,7 @@ move_data_to_export()
mv /tmp/${test_name}.out $RESULTSDIR
mv test_results_report $RESULTSDIR
cp ${curdir}/meta_data.yml $RESULTSDIR
${curdir}/test_tools/move_data $curdir $RESULTSDIR
cp passmark.summary $RESULTSDIR
cp results.csv $RESULTSDIR
cp results_all_* $RESULTSDIR
Expand Down

0 comments on commit 691521f

Please sign in to comment.