X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Frun.perl;h=017ca3e82c72be9f2e0665be26121129b3f9ac75;hp=3e6801f2b21a6c738eebb54a29fa9f93365328d4;hb=cffc7d4fc1c36169654f8447b23b3c5c43830eed;hpb=78792fee4031aee0a8bd532bff98efc2b9409d68 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');