projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b70f694
)
We have no xt tests
Dagfinn Ilmari Mannsåker [Mon, 28 Jul 2014 18:40:10 +0000 (19:40 +0100)]
maint/travis-ci_scripts/40_script.bash
patch
|
blob
|
blame
|
history
diff --git
a/maint/travis-ci_scripts/40_script.bash
b/maint/travis-ci_scripts/40_script.bash
index
d490b2d
..
602f2df
100755
(executable)
--- a/
maint/travis-ci_scripts/40_script.bash
+++ b/
maint/travis-ci_scripts/40_script.bash
@@
-14,7
+14,7
@@
if [[ "$CLEANTEST" = "true" ]] ; then
run_or_err "Prepare blib" "make pure_all"
run_harness_tests
else
- PROVECMD="prove -lrsw xt t"
+ PROVECMD="prove -lrsw t"
echo_err "$(tstamp) running tests with \`$PROVECMD\`"
$PROVECMD 2> >(tee "$TEST_STDERR_LOG")