Skip to content

Commit

Permalink
Undo the leak of the alpha spectest hack into master.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Feb 16, 2010
1 parent f483b59 commit 4716fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Makefile.in
Expand Up @@ -395,10 +395,10 @@ spectest_full: testable

spectest_checkout : t/spec
t/spec :
svn co -r29188 "http://svn.pugscode.org/pugs/t/spec" t/spec
svn co "http://svn.pugscode.org/pugs/t/spec" t/spec

spectest_update :
-cd t/spec && svn up -r29188
-cd t/spec && svn up

rakudo_test_run.tar.gz: testable t/spectest.data
- $(HARNESS_WITH_FUDGE_JOBS) --tests-from-file=t/spectest.data --archive rakudo_test_run.tar.gz --parrot_revision @revision@
Expand Down Expand Up @@ -494,7 +494,7 @@ manifest:
echo MANIFEST >MANIFEST
git ls-files | $(PERL) -ne '/^\./ || print' >>MANIFEST
rm -rf t/spec
svn export -r29188 "http://svn.pugscode.org/pugs/t/spec" t/spec
svn export "http://svn.pugscode.org/pugs/t/spec" t/spec
find t/spec -type f >>MANIFEST
sort -u -o MANIFEST MANIFEST

Expand Down

0 comments on commit 4716fbc

Please sign in to comment.