diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-01-10 17:22:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-01-10 17:24:37 +0100 |
commit | e06c05f137ff7bbf6589fea97e6069de49bb13c6 (patch) | |
tree | cf10a5d80d34215ac57a3d90f5762a752544bea8 /mtests.sh | |
parent | 85776bb0c7b222a3e2f2448782844c5575f8d163 (diff) | |
download | bin-e06c05f137ff7bbf6589fea97e6069de49bb13c6.zip bin-e06c05f137ff7bbf6589fea97e6069de49bb13c6.tar.gz |
mtests.sh: remove --debug option
Diffstat (limited to 'mtests.sh')
-rwxr-xr-x | mtests.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -16,7 +16,6 @@ BROWN="\033[0;33m" PURPLE="\033[0;35m" # arguments -DEBUG=0 ABORT=0 QUIET=0 TESTS="" @@ -84,10 +83,6 @@ while [ $# -ge 1 ]; do BUILD_D=$1 shift ;; - -d|--debug) - shift - DEBUG=1 - ;; -a|--abort) shift ABORT=1 @@ -100,7 +95,6 @@ while [ $# -ge 1 ]; do echo "Usage: $SCRIPT_FILE [options]" echo echo "Options:" - echo " -d, --debug Enable debug output" echo " -b, --abort Abort on test failure" echo " -q, --quiet Only output failed tests" echo " -s, --src directory Directory to search for tests into" |