make t less verbose

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 17:39:04 +02:00
parent e985c0d697
commit d3f0965ace
1 changed files with 6 additions and 0 deletions

View File

@ -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