Skip to content

Commit 19e643b

Browse files
committed
Update Makefile
1 parent b1988b1 commit 19e643b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ setup:
55
cd .. ; \
66

77
test:
8-
cd tests && npm install
9-
find functions -type f |grep -v '/_' |sed 's@\.js$$@@g' |awk -F/ '{print "node tests/cli.js -f "$$NF}' |bash
8+
#node tests/cli.js --debug --abort # To abort at first failure
9+
node tests/cli.js --debug
1010

1111
site:
1212
git pull && \

0 commit comments

Comments
 (0)