Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Due to a bashism (i.e. use of an array) in line number 100 of the JavaScript test runner ('test/javascript/run.tpl'), the tests won't run on platforms where '/bin/sh' isn't linked e.g. to '/bin/bash'.
Here's the error message:
Running javascript tests ...
./test/javascript/run: 100: ./test/javascript/run: Syntax error: "(" unexpected (expecting "fi")
make: *** [check-js] Error 2