Skip to content
Snippets Groups Projects
Commit d8c22ad0 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

smoketest: do not copy the result file form the source repo

this will result in extra processing and output.
parent 50ad113a
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@
setup a copy of the asv repo
$ rsync --exclude 'repos' --exclude 'mercurial' -ra $TESTDIR/.. test-asv
$ rsync --exclude 'repos' --exclude 'mercurial' --exclude 'results' -ra $TESTDIR/.. test-asv
$ cd test-asv
$ cat << EOF > local.repos
> smoke-test-A-11eb1fef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment