From 5fff6c18704270e59f50acd6d3df6ce0a7dcddbe Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Sun, 17 Dec 2023 19:45:28 +0100 Subject: [PATCH] print test category --- ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.sh b/ci.sh index e02347f..e369771 100755 --- a/ci.sh +++ b/ci.sh @@ -52,7 +52,7 @@ do failed_compilations+=("$test_i. $STANDALONE_TEST_NAME") fi - echo -e "[$test_i/$total_test_count] [$result] $STANDALONE_TEST_NAME" + echo -e "[$test_i/$total_test_count] [$result] [STANDALONE] $STANDALONE_TEST_NAME" test_i=$(($test_i + 1)) done @@ -87,7 +87,7 @@ do failed_compilations+=("$test_i. $MY_TESTNAME") fi - echo -e "[$test_i/$total_test_count] [$result] $MY_TESTNAME" + echo -e "[$test_i/$total_test_count] [$result] [INTEGRAL] $MY_TESTNAME" test_i=$(($test_i + 1)) cd $my_current_directory