From 2ca75970c0033b35f0f8a1094b9efa064b1ccaff Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 10 Jan 2015 12:37:36 -0800 Subject: [PATCH] Don't require building for run-test.sh. --- test/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-test.sh b/test/run-test.sh index d74d5a156..44346ea1e 100644 --- a/test/run-test.sh +++ b/test/run-test.sh @@ -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 ""