Skip to content

Commit 320f9c3

Browse files
committed
Minor output fixes from run_all_tests.sh/test.sh
1 parent 189365d commit 320f9c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/run_all_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TESTS_DIR=`dirname $0`
88
export CC=gcc
99
export CFLAGS="-Wall -Wextra -std=c99 -DYT__TESTING"
1010

11-
echo "Test 1/2: Running tests with C Compiler ($CC) (Native)"
11+
echo "Test 1/3: Running tests with C Compiler ($CC) (Native)"
1212
bash $TESTS_DIR/test.sh || exit
1313

1414
#######################################################################

tests/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TMP_DIR=/tmp
55
#######################################################################
66
# Running recorded tests
77
#######################################################################
8-
echo "Test 1/2: Running recorded tests ($CC)"
8+
echo "Sub-test 1/2: Running recorded tests ($CC)"
99

1010
TESTS_DIR=`dirname $0`
1111
EXP_DIR="$TESTS_DIR/exps"
@@ -33,7 +33,7 @@ done
3333
#######################################################################
3434
# Compiling and running examples
3535
#######################################################################
36-
echo "Test 2/2: Running examples ($CC)"
36+
echo "Sub-test 2/2: Running examples ($CC)"
3737

3838
echo " Running 'Sensor' example.."
3939
$CC $CFLAGS example/sensor_test.c \

0 commit comments

Comments
 (0)