From bb494fa48478975cbeab414dcf0ef57ff7d856d6 Mon Sep 17 00:00:00 2001 From: Ethan P Date: Fri, 26 Jul 2019 15:16:17 -0700 Subject: [PATCH] Fixed tests hanging the CI instance --- test/util/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/util/test.sh b/test/util/test.sh index ff59e45..5b52a07 100755 --- a/test/util/test.sh +++ b/test/util/test.sh @@ -26,13 +26,13 @@ fail() { fi printf "\x1B[33mError (%s):\x1B[0m\n" "$c" - bat --style=numbers - + bat --style=numbers --paging=never - ;; DIFF) printf "\x1B[33m%s\x1B[0m\n" "$2" printf "\x1B[33mDifference:\x1B[0m\n" - bat --style=plain -l diff - + bat --style=plain --paging=never -l diff - ;; esac exit 1