testr: Fix configuration to use idfile, in case more than a couple of
authorJelmer Vernooij <jelmer@samba.org>
Sat, 4 Sep 2010 19:13:37 +0000 (21:13 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 4 Sep 2010 19:13:37 +0000 (21:13 +0200)
hundred tests fail.

selftest/selftest.pl
source4/.testr.conf

index 8b890982a1021138c319857efae3df0d1f95471f..cf79c8344166708dcd623d8e803d8d154d48a07c 100755 (executable)
@@ -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 {
index 9261b57a916096f7f99962a311d4cf4657b44d33..d3670bec10f6c30aa77b39aa4677a4591b482d04 100644 (file)
@@ -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