From 4716fbc6a676ce4f587fcbea3787ca75c165918a Mon Sep 17 00:00:00 2001 From: Solomon Foster Date: Mon, 15 Feb 2010 21:09:27 -0500 Subject: [PATCH] Undo the leak of the alpha spectest hack into master. --- build/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Makefile.in b/build/Makefile.in index fb44c3435a7..8c947d09e55 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -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@ @@ -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