From e7a1d68db28f5aca1b9acaf8b304d4cc525c997d Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 13 Apr 2017 07:41:15 +0000 Subject: [PATCH] CCM NG: Fixed typo in helper script git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4671 8810af33-2d31-482b-a856-94f89814c4df --- ccm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm.sh b/ccm.sh index 9f3f9a030..85dc75c1f 100755 --- a/ccm.sh +++ b/ccm.sh @@ -483,7 +483,7 @@ case $1 in build-module) build_module $2 ;; test-all) test_all $2 $3 $4 ;; test-module) test_module $2 $3 $4 $5 ;; - test) run_test $2 $3 $4 $5 ;; + run-test) run_test $2 $3 $4 $5 ;; install-runtime) install_runtime $2 ;; run) run $2 $3 $4 ;; stop-runtime) stop_runtime $2 ;;