From 955076530425b2c37c7ad545f9a596e8daca0321 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 4 Sep 2010 21:13:37 +0200 Subject: testr: Fix configuration to use idfile, in case more than a couple of hundred tests fail. --- selftest/selftest.pl | 2 +- source4/.testr.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 8b890982a1..cf79c83441 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -832,7 +832,7 @@ sub setup_env($) } elsif (defined(get_running_env($envname))) { $testenv_vars = get_running_env($envname); if (not $target->check_env($testenv_vars)) { - print $self->getlog_env($testenv_vars); + print $target->getlog_env($testenv_vars); $testenv_vars = undef; } } else { diff --git a/source4/.testr.conf b/source4/.testr.conf index 9261b57a91..d3670bec10 100644 --- a/source4/.testr.conf +++ b/source4/.testr.conf @@ -1,3 +1,3 @@ [DEFAULT] -test_command=../buildtools/bin/waf test --filtered-subunit -test_id_option=--load-list $IDLIST +test_command=../buildtools/bin/waf test --filtered-subunit $IDOPTION +test_id_option=--load-list $IDFILE -- cgit