From d3f0965ace998fe95cc8151b1d0de6b11f6b34f1 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 7 Oct 2011 17:39:04 +0200 Subject: [PATCH] make t less verbose Signed-off-by: Nico Schottelius --- build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.sh b/build.sh index 6a91ff3d..63c380cf 100755 --- a/build.sh +++ b/build.sh @@ -126,6 +126,12 @@ case "$1" in | xargs rm -f ;; + t) + shift # skip t + PYTHONPATH=$PYTHONPATH:$(pwd -P)/lib \ + python3 -m unittest "$@" + ;; + test) PYTHONPATH=$PYTHONPATH:$(pwd -P)/lib \ python3 -m cdist.test