From 3d5f2252d5693a62ba664fc02ae7e3ecb384d903 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Tue, 6 Dec 2022 17:12:46 +0000 Subject: [PATCH] NOT-FOR-MERGE: created ./test-feature-class.sh --- test-feature-class.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test-feature-class.sh diff --git a/test-feature-class.sh b/test-feature-class.sh new file mode 100755 index 0000000000000..bcb3cc40c3522 --- /dev/null +++ b/test-feature-class.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +# A script not intended for real merge, just to make it easier for me to +# remember how to fast-test this bit + +TEST_JOBS=3 PERL_DESTRUCT_LEVEL=2 exec \ + ./perl t/harness t/class/*.t t/lib/croak.t lib/warnings.t t/porting/diag.t t/porting/podcheck.t