Skip to content

Commit

Permalink
Use the -l flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 12, 2023
1 parent 556a7a0 commit 94bb774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linkcheck/t/linkcheck.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Test::More;

# This test requires a PostgreSQL connection string for an existing database
#
# TEST_ONLINE=postgres://tester:testing@/test prove t/*.t
# TEST_ONLINE=postgres://tester:testing@/test prove -l t/*.t
#
plan skip_all => 'set TEST_ONLINE to enable this test' unless $ENV{TEST_ONLINE};

Expand Down

0 comments on commit 94bb774

Please sign in to comment.