mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 15:57:48 +00:00
Add rhino -require to the run-test.sh.
Former-commit-id: 105f76b6058b8a1493d1a56716df7f22391e4bdd
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user