From 4641b7aff1fe4d99f9e0960d427ec54e532f098d Mon Sep 17 00:00:00 2001 From: sachinverma Date: Wed, 31 Jan 2018 14:20:51 +0530 Subject: [PATCH] Fixed command for unit test. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d9a31b1..8b75a13 100644 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -grails test-app unit: --non-interactive --stacktrace && grails package-plugin \ No newline at end of file +grails test-app -unit --non-interactive --stacktrace && grails package-plugin \ No newline at end of file