Use the ellipsis unicode character.
This commit is contained in:
parent
92b99d9b23
commit
36027a90f2
7 changed files with 20 additions and 20 deletions
2
test-all
2
test-all
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue