Added cwd to NODE_PATH for test-suite
If the cwd was not part of the user's NODE_PATH, the runner would failperfodd
parent
6152fe9f08
commit
84dd6757bb
|
@ -130,7 +130,7 @@ test-suite:
|
||||||
if HAS_NODE
|
if HAS_NODE
|
||||||
@echo "GNU ease.js Test Suite"
|
@echo "GNU ease.js Test Suite"
|
||||||
@echo
|
@echo
|
||||||
@NODE_PATH="$(path_test):$(NODE_PATH)" $(NODE) --stack_trace_limit=20 \
|
@NODE_PATH="$(path_test):.:$(NODE_PATH)" $(NODE) --stack_trace_limit=20 \
|
||||||
$(path_test)/runner.js $(test_cases)
|
$(path_test)/runner.js $(test_cases)
|
||||||
else
|
else
|
||||||
@echo "Node.js must be installed in order to run the test suite"
|
@echo "Node.js must be installed in order to run the test suite"
|
||||||
|
|
Loading…
Reference in New Issue