Skip to content

Commit

Permalink
spectests in git
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleha committed Sep 5, 2010
1 parent ff5b4c0 commit c7f6f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configure.pl
Expand Up @@ -97,7 +97,7 @@ END
You can now use '$make' to build Rakudo Perl.
After that, you can use '$make test' to run some local tests,
or '$make spectest' to check out (via svn) a copy of the Perl 6
or '$make spectest' to check out (via git) a copy of the Perl 6
official test suite and run its tests.
END
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -430,7 +430,7 @@ stresstest: testable t/spectest.data

spectest_checkout : t/spec
t/spec :
git clone git://github.com/perl6/spectests.git t/spec
git clone git://github.com/perl6/roast.git t/spec

spectest_update :
-cd t/spec && git pull
Expand Down

0 comments on commit c7f6f27

Please sign in to comment.