summaryrefslogtreecommitdiffstats
path: root/mtests.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-01-10 17:22:05 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-01-10 17:24:37 +0100
commite06c05f137ff7bbf6589fea97e6069de49bb13c6 (patch)
treecf10a5d80d34215ac57a3d90f5762a752544bea8 /mtests.sh
parent85776bb0c7b222a3e2f2448782844c5575f8d163 (diff)
downloadbin-e06c05f137ff7bbf6589fea97e6069de49bb13c6.zip
bin-e06c05f137ff7bbf6589fea97e6069de49bb13c6.tar.gz
mtests.sh: remove --debug option
Diffstat (limited to 'mtests.sh')
-rwxr-xr-xmtests.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/mtests.sh b/mtests.sh
index d598bf0..d760fbb 100755
--- a/mtests.sh
+++ b/mtests.sh
@@ -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"