From f5a58f768371be278dd66760c87b43127c5acb6f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 4 Oct 2011 14:30:38 +0200 Subject: [PATCH] adjust auto discovery Signed-off-by: Nico Schottelius --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c6906357..39192c78 100755 --- a/build.sh +++ b/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' ;; *)