Skip to content
Snippets Groups Projects
Commit 2ad81cce authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

add conditional argument to skip tests

parent c35d48b6
No related branches found
No related tags found
No related merge requests found
...@@ -94,20 +94,20 @@ case "$1" in ...@@ -94,20 +94,20 @@ case "$1" in
monitor monitor
campusmanager campusmanager
mediaserver mediaserver
tests [[ $2 = "--skip-tests" ]] || tests
;; ;;
"w") "w")
init init
worker worker
tests [[ $2 = "--skip-tests" ]] || tests
;; ;;
"cm") "cm")
init init
monitor monitor
campusmanager campusmanager
tests [[ $2 = "--skip-tests" ]] || tests
;; ;;
"cache") "cache")
...@@ -132,7 +132,7 @@ case "$1" in ...@@ -132,7 +132,7 @@ case "$1" in
*) *)
echo " echo "
Usage: $0 [arg] Usage: $0 [arg] [--skip-tests]
ms build a MediaServer & CM ms build a MediaServer & CM
w build a Worker w build a Worker
cm build a Campus-Manager cm build a Campus-Manager
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment