diff --git a/.travis.yml b/.travis.yml index 7dcdddd..80d0103 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ services: - docker install: - - docker pull jjmerelo/test-perl6 + - docker pull jjmerelo/raku-test - docker images script: - - docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/test-perl6 + - docker run -t -v $TRAVIS_BUILD_DIR:/test jjmerelo/raku-test diff --git a/t/007-load-precompile.t b/t/007-load-precompile.t index 59e62bb..6c6ef42 100644 --- a/t/007-load-precompile.t +++ b/t/007-load-precompile.t @@ -29,3 +29,5 @@ rmtree(cache-name); Perl6 is quite awesome. =end pod + +done-testing; \ No newline at end of file diff --git a/t/010-cached.t b/t/010-cached.t index 1a0cb38..5168c12 100644 --- a/t/010-cached.t +++ b/t/010-cached.t @@ -120,4 +120,6 @@ rmtree REP ; #--MARKER-- Test 8 throws-like { $cache .= new(:source( DOC ), :path( REP )) }, - Exception, :message(/'is not a directory'/), 'Detects absence of source directory'; \ No newline at end of file + Exception, :message(/'is not a directory'/), 'Detects absence of source directory'; + +done-testing; \ No newline at end of file diff --git a/t/020-source.t b/t/020-source.t index ab06873..806ba7b 100644 --- a/t/020-source.t +++ b/t/020-source.t @@ -238,3 +238,5 @@ is-deeply $cache.hash-files(), %( 'a-pod-file' => 'Valid', 'pod-file- =end pod POD-CONTENT + +done-testing; \ No newline at end of file diff --git a/t/040-pod-extraction.t b/t/040-pod-extraction.t index e912255..cb0cd69 100644 --- a/t/040-pod-extraction.t +++ b/t/040-pod-extraction.t @@ -68,3 +68,5 @@ throws-like { $cache.update-cache }, Exception, :message(/ 'Cannot update frozen #--MARKER-- Test 11 throws-like {$cache.pod('xxxyyyzz') }, Exception, :message(/ 'Source name 「xxxyyyzz」 not in cache'/), 'Cannot get POD for invalid source name'; + +done-testing; \ No newline at end of file diff --git a/t/050-multiple-instance.t b/t/050-multiple-instance.t index 3e6ba6c..a51eaed 100644 --- a/t/050-multiple-instance.t +++ b/t/050-multiple-instance.t @@ -28,4 +28,4 @@ for ^COUNT { ok (REP ~ $_ ).IO.d } -done-testing; +done-testing; \ No newline at end of file