Skip to content

Commit ad88811

Browse files
author
Damir Zainullin
committed
++ test.sh
1 parent 5a0ecff commit ad88811

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

biflow_aggregator/tests/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ run_test_with_global_timeout() {
3939
kill $LOGGER_PID 2>/dev/null
4040
wait $LOGGER_PID
4141

42-
if ! colordiff $output $reference; then
42+
if ! diff $output $reference; then
4343
echo $output doesnt match $reference
4444
success="false"
4545
fi
@@ -79,4 +79,4 @@ if [ "$success" = "true" ]; then
7979
else
8080
echo "Some tests failed."
8181
exit 1
82-
fi
82+
fi

0 commit comments

Comments
 (0)