We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0ecff commit ad88811Copy full SHA for ad88811
1 file changed
biflow_aggregator/tests/test.sh
@@ -39,7 +39,7 @@ run_test_with_global_timeout() {
39
kill $LOGGER_PID 2>/dev/null
40
wait $LOGGER_PID
41
42
- if ! colordiff $output $reference; then
+ if ! diff $output $reference; then
43
echo $output doesnt match $reference
44
success="false"
45
fi
@@ -79,4 +79,4 @@ if [ "$success" = "true" ]; then
79
else
80
echo "Some tests failed."
81
exit 1
82
-fi
+fi
0 commit comments