Index: branches/hashar/node-qunit/tests/qunit/Makefile |
— | — | @@ -1,8 +1,10 @@ |
2 | 2 | test: |
3 | | - node launch.js |
| 3 | + # --use-legacy for issue https://github.com/joyent/node/issues/1771 |
| 4 | + # Try again once issue is solved |
| 5 | + node --use-legacy launch.js |
4 | 6 | |
5 | 7 | dumb: |
6 | | - node dumb-launch.js |
| 8 | + node --use-legacy dumb-launch.js |
7 | 9 | |
8 | 10 | test-old: |
9 | 11 | node_modules/.bin/qunit \ |