adjust auto discovery

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent db322c0b5e
commit f5a58f7683
  1. 4
      build.sh

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

Loading…
Cancel
Save