From e62bbab37a50fe024977798eb194cbe74bcd3587 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 14 Sep 2009 16:12:58 -0400 Subject: Let the updater delete entries and add small test harness In order to run the tests you must put your DM password into ~/.ipa/.dmpw Some tests are expected to generate errors. Don't let any ERROR messages from the updater fool you, watch the pass/fail of the nosetests. --- make-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make-test') diff --git a/make-test b/make-test index 3ad5e715d..f7bf432bd 100755 --- a/make-test +++ b/make-test @@ -11,7 +11,7 @@ do if [[ -f $executable ]]; then echo "[ $name: Starting tests... ]" ((runs += 1)) - if $executable /usr/bin/nosetests -v --with-doctest --exclude="plugins" + if $executable /usr/bin/nosetests --debug-log=/dev/null -v --with-doctest --exclude="plugins" then echo "[ $name: Tests OK ]" else -- cgit