From e06c05f137ff7bbf6589fea97e6069de49bb13c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 10 Jan 2017 17:22:05 +0100 Subject: mtests.sh: remove --debug option --- mtests.sh | 6 ------ 1 file changed, 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" -- cgit v1.1-2-g2b99