We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de121c6 commit c88b160Copy full SHA for c88b160
test/run.sh
@@ -5,7 +5,7 @@ total=0
5
for f in $(dirname $0)/test_*.js
6
do
7
total=$((total+1))
8
- echo "Testing $f..."
+ echo -ne "Testing $f...\t"
9
node "$f" > /tmp/sqljstest
10
if [ $? = 0 ]
11
then
0 commit comments