Description
git clone https://github.com/andrewlow/node.git
./configure
make make install
output of make test
make -C out BUILDTYPE=Release V=1
make[1]: Entering directory '/home/nodejs/node/out'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nodejs/node/out'
ln -fs out/Release/node node
/usr/bin/python tools/test.py --mode=release simple message
Traceback (most recent call last):
File "tools/test.py", line 1489, in
sys.exit(Main())
File "tools/test.py", line 1344, in Main
if not ProcessOptions(options):
File "tools/test.py", line 1260, in ProcessOptions
options.scons_flags.append("arch=" + options.arch)
TypeError: cannot concatenate 'str' and 'NoneType' objects
Makefile:76: recipe for target 'test' failed
make: *** [test] Error 1