Skip to content

Commit c88b160

Browse files
committed
Improve test output
1 parent de121c6 commit c88b160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ total=0
55
for f in $(dirname $0)/test_*.js
66
do
77
total=$((total+1))
8-
echo "Testing $f..."
8+
echo -ne "Testing $f...\t"
99
node "$f" > /tmp/sqljstest
1010
if [ $? = 0 ]
1111
then

0 commit comments

Comments
 (0)