X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Frun.perl;h=017ca3e82c72be9f2e0665be26121129b3f9ac75;hb=e39585ee2bdcbeaab7b6bd33b3568021042d0879;hp=3e6801f2b21a6c738eebb54a29fa9f93365328d4;hpb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;p=public-inbox.git diff --git a/t/run.perl b/t/run.perl index 3e6801f2..017ca3e8 100755 --- a/t/run.perl +++ b/t/run.perl @@ -26,7 +26,7 @@ GetOptions('j|jobs=i' => \$jobs, 'log=s' => \$log_suffix, 's|shuffle' => \$shuffle, ) or die "Usage: $0 [-j JOBS] [--log=SUFFIX] [--repeat RUNS]"; -if (($ENV{TEST_RUN_MODE} // 1) == 0) { +if (($ENV{TEST_RUN_MODE} // 2) == 0) { die "$0 is not compatible with TEST_RUN_MODE=0\n"; } my @tests = scalar(@ARGV) ? @ARGV : glob('t/*.t');