From 17a43f915909bef338e75f3807594fc97f62881f Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 29 Apr 2014 19:34:23 +0000 Subject: [PATCH] Bug 7844: (follow-up) don't test koha.psgi for ability to compile (yet) Given the experimental nature of Plack support, for now we're excluding koha.psgi from the Perl compilation tests. This should be changed as we get closer to making Plack support a first-class option. Signed-off-by: Galen Charlton --- t/db_dependent/00-strict.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/00-strict.t b/t/db_dependent/00-strict.t index 7869591fe5..688b449d89 100644 --- a/t/db_dependent/00-strict.t +++ b/t/db_dependent/00-strict.t @@ -19,6 +19,6 @@ my @dirs = ( 'acqui', 'admin', 'authorities', 'basket', 'sms', 'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' ); $Test::Strict::TEST_STRICT = 0; -$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl' ]; +$Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl', 'misc/plack/koha.psgi' ]; all_perl_files_ok(@dirs); -- 2.39.5