Merge pull request #381 from benrubson/testinc

Add current path to perl integration tests
This commit is contained in:
Valient Gough 2017-08-10 19:33:56 -04:00 committed by GitHub
commit d4273b0331

View File

@ -3,4 +3,4 @@
# Make sure we are in the directory this script is in.
cd "$(dirname "$0")"
perl -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl
perl -I. -MTest::Harness -e '$$Test::Harness::debug=1; runtests @ARGV;' integration/*.t.pl