Add rhino -require to the run-test.sh.

Former-commit-id: 105f76b6058b8a1493d1a56716df7f22391e4bdd
This commit is contained in:
John-David Dalton
2013-02-24 22:51:11 -08:00
parent 5b27ae0371
commit 5f42c3b319

View File

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