From d998a2b94053ecef982bb31eff876345ecc84d3a Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Feb 2011 17:09:36 -0800 Subject: Teach jitterbug how to run Ruby Rakefile tests --- scripts/capsule.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/capsule.sh b/scripts/capsule.sh index ca84d62..30c3877 100755 --- a/scripts/capsule.sh +++ b/scripts/capsule.sh @@ -40,6 +40,8 @@ function jitterbug_build () { elif [ -f 'Makefile' ]; then echo "Found a Makefile" make test >> $logfile 2>&1 + elif [ -f 'Rakefile' ]; then + rake test >> $logfile 2>&1 fi } -- cgit 1.4.1