Skip to content

Commit

Permalink
Issue #192: now Dev::UnitTest::Run can be used instead of prove
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Sep 23, 2020
1 parent 134e47d commit 7752de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker/run_test_suite.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

prove -I . -I Kernel/cpan-lib -I Custom --verbose -r scripts/test > prove_$(date +'%F-%H%M%S').out 2>&1
bin/otobo.Console.pl Dev::UnitTest::Run --verbose >prove_10_1_$(date +'%F-%H%M%S').out 2>&1

0 comments on commit 7752de2

Please sign in to comment.