Skip to content

Commit b6d14b7

Browse files
committed
Add necessary arguments to perl test script
1 parent c7cacf8 commit b6d14b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ TESTS = $(check_SCRIPTS)
8080
test: check
8181

8282
test-regression: run-regression-tests.pl
83-
$(PERL) run-regression-tests.pl
83+
$(PERL) run-regression-tests.pl -S .
8484

8585
test-regression-nginx: run-regression-tests-nginx.pl
8686
$(PERL) run-regression-tests-nginx.pl

0 commit comments

Comments
 (0)