Skip to content

Commit

Permalink
Just pull from the known repo where the wiki lives.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Oct 13, 2009
1 parent 0d695c5 commit 329ce26
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/tcl_test.pl
Expand Up @@ -50,11 +50,9 @@ =head1 SYNOPSIS
my $specfile = 'SpecTestStatus.wiki';
warn "Getting a copy of $specfile\n";

my $svn_info = `svn info .` || `git svn info README`;
$svn_info =~ /Repository Root:\s+(.*)\n/;
my $repo = $1;
my $specstatus = $repo . "/wiki/$specfile";
`svn export $specstatus tools/$specfile`;
my $repo_url = "http://partcl.googlecode.com/svn/wiki/$specfile";

`svn export $repo_url tools/$specfile`;

# Normally, skip tests marked with @SKIP
# If invoked with --skip, ONLY run those tests, so we can
Expand Down

0 comments on commit 329ce26

Please sign in to comment.