Don't require building for run-test.sh.

This commit is contained in:
John-David Dalton
2015-01-10 12:37:36 -08:00
committed by jdalton
parent d9c92288be
commit 2ca75970c0

View File

@@ -1,7 +1,7 @@
cd "$(dirname "$0")"
echo "Testing in node..."
node test.js ../lodash.js && node test.js ../lodash.min.js
node test.js ../lodash.src.js
for cmd in rhino "rhino -require" ringo phantomjs; do
echo ""