Skip to content

Commit

Permalink
Merge pull request #20 from grdumas/main
Browse files Browse the repository at this point in the history
Overwrite existing results.csv data
  • Loading branch information
kdvalin authored Aug 16, 2023
2 parents 9c736c9 + 1616707 commit 3d1389c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passmark/passmark_run
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ produce_report()
echo Ran > test_results_report

located=0
[ -f results.csv ] && rm results.csv
while IFS= read -r line
do
if [[ $line == *"Results Complete:"* ]]; then
Expand Down

0 comments on commit 3d1389c

Please sign in to comment.