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

index d490b2d..602f2df 100755 (executable)
@@ -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")