We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3207857 commit 46e5e51Copy full SHA for 46e5e51
go
@@ -1,10 +1,4 @@
1
-function testFailure {
2
- if [ $? != 0 ]; then
3
- exit 1;
4
- fi
5
-}
+set -e
6
7
./node_modules/.bin/grunt
8
-testFailure
9
cd test && phantomjs phantomIntegrationTest.js
10
0 commit comments