adjust auto discovery

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-04 14:30:38 +02:00
parent db322c0b5e
commit f5a58f7683

View file

@ -130,11 +130,11 @@ case "$1" in
;; ;;
test) test)
python3 -m unittest discover test 'test_*.py' python3 -m unittest discover lib/cdist/test 'test_*.py'
;; ;;
test-all) test-all)
python3 -m unittest discover test '*.py' python3 -m unittest discover lib/cdist/test '*.py'
;; ;;
*) *)