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 791eb1f + 501ee03 commit 60441d9Copy full SHA for 60441d9
passmark/passmark_run
@@ -22,6 +22,7 @@
22
# set of default run parameters based on the system configuration.
23
#
24
test_name="passmark"
25
+passmark_version="v1.0"
26
curdir=`pwd`
27
if [ ! -f "/tmp/${test_name}.out" ]; then
28
command="${0} $@"
@@ -132,6 +133,9 @@ produce_report()
132
133
134
located=0
135
[ -f results.csv ] && rm results.csv
136
+
137
+ $TOOLS_BIN/test_header_info --front_matter --results_file results.csv --host $to_configuration --sys_type $to_sys_type --tuned $to_tuned_setting --results_version $passmark_version --test_name $test_name
138
139
while IFS= read -r line
140
arch=`uname -m`
141
do
0 commit comments