From afd4cf928c77a3e5612909223a6a8971eaea2934 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sun, 27 Oct 2024 01:50:21 +0000 Subject: [PATCH] Enable test output on failure in test.sh --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 697409a..3510c04 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -1,3 +1,3 @@ #!/bin/sh cd "$(git rev-parse --show-toplevel)" -ctest --test-dir build +ctest --test-dir build --output-on-failure