Skip to content

Commit

Permalink
Review comment updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalinrh committed Sep 20, 2024
1 parent 3ae0bce commit 6796b1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phoronix/run_phoronix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

test_index="Test All Options"
rtc=0

arguments="$@"

Expand Down Expand Up @@ -268,6 +269,7 @@ else
# We failed, report and do not remove the results_check.csv file.
#
echo Failed >> test_results_report
rtc=1
else
echo Ran >> test_results_report
cat results_check.csv >> results.csv
Expand All @@ -278,4 +280,4 @@ else
${curdir}/test_tools/save_results --curdir $curdir --home_root $to_home_root --copy_dir $RESULTSDIR --test_name $test_name --tuned_setting=$to_tuned_setting --version $coremark_version none --user $to_user

fi
exit 0
exit $rtc

0 comments on commit 6796b1d

Please sign in to comment.