Skip to content

Commit

Permalink
add colors to test diff
Browse files Browse the repository at this point in the history
  • Loading branch information
hundredwatt authored and gunnarmorling committed Jan 13, 2024
1 parent f29f8fb commit a1adf19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for sample in $(ls $INPUT); do
rm -f measurements.txt
ln -s $sample measurements.txt

diff <("./calculate_average_$FORK.sh" | ./tocsv.sh) <(./tocsv.sh < ${sample%.txt}.out)
diff --color=always <("./calculate_average_$FORK.sh" | ./tocsv.sh) <(./tocsv.sh < ${sample%.txt}.out)
done

rm measurements.txt

0 comments on commit a1adf19

Please sign in to comment.