From 981e32d4626733ae732fa437ccec8d8dde0a4cd7 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Mon, 25 May 2015 02:05:39 -0500 Subject: [PATCH] Fix script/test so that testing invidual files works. --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 652f89f3..e4e44f09 100755 --- a/script/test +++ b/script/test @@ -49,7 +49,7 @@ for ruby in $rubies; do rake TESTOPTS='--profile' test else set -x - time $ruby bundle exec ruby -Itest \ + time $ruby -S bundle exec ruby -Itest \ "$@" --profile fi done