Use the ellipsis unicode character.

This commit is contained in:
Andrew Hamilton 2019-06-22 13:29:34 +10:00
parent 92b99d9b23
commit 36027a90f2
7 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@ FAILURE=0
CODEBASE_PATH=$(dirname $0)
cd ${CODEBASE_PATH}/tests
for test in *_test.py; do
echo "Testing $test ..."
echo "Testing $test "
./${test} 2>&1
FAILURE=$(($FAILURE | $?))
echo