projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
358b38d
)
test output: do not use color coding for output
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 19 Dec 2013 14:19:30 +0000
(14:19 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 19 Dec 2013 14:19:30 +0000
(14:19 +0000)
test/Makefile
patch
|
blob
|
history
diff --git
a/test/Makefile
b/test/Makefile
index
615e323
..
e434e05
100644
(file)
--- a/
test/Makefile
+++ b/
test/Makefile
@@
-11,7
+11,7
@@
distclean:
check:
for i in ./spec/*.js; do \
echo "$$i"; \
- jasmine-node --captureExceptions --forceexit $$i; \
+ jasmine-node --noColor --captureExceptions --forceexit $$i; \
done
test: check