forked from ungleich-public/cdist
adjust auto discovery
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
db322c0b5e
commit
f5a58f7683
1 changed files with 2 additions and 2 deletions
4
build.sh
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…
Reference in a new issue