Repository: incubator-datafu
Updated Branches:
refs/heads/master fe9b86eaf -> ecb03180b
DATAFU-77 Fix test.sh to use gradlew.
https://issues.apache.org/jira/browse/DATAFU-77
Signed-off-by: Matt Hayes <mhayes@linkedin.com>
Project: http://git-wip-us.apache.org/repos/asf/incubator-datafu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-datafu/commit/ecb03180
Tree: http://git-wip-us.apache.org/repos/asf/incubator-datafu/tree/ecb03180
Diff: http://git-wip-us.apache.org/repos/asf/incubator-datafu/diff/ecb03180
Branch: refs/heads/master
Commit: ecb03180b734f39ab63cc01b1ac8b0d7e2c100ac
Parents: fe9b86e
Author: Jakob Homan <jghoman@gmail.com>
Authored: Fri Nov 21 12:12:20 2014 -0800
Committer: Matt Hayes <mhayes@linkedin.com>
Committed: Fri Nov 21 12:24:53 2014 -0800
----------------------------------------------------------------------
test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-datafu/blob/ecb03180/test.sh
----------------------------------------------------------------------
diff --git a/test.sh b/test.sh
index f4b479b..97247eb 100755
--- a/test.sh
+++ b/test.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
echo $$ > test.pid
-gradle test
+./gradlew clean test
rm test.pid
|