Code

t/coverage.sh: Restore t/cibuild.sh in the temp directory.
authorSebastian Harl <sh@tokkee.org>
Wed, 9 Apr 2014 16:06:22 +0000 (18:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 9 Apr 2014 16:06:22 +0000 (18:06 +0200)
This is to avoid the version being marked as dirty.

t/coverage.sh

index 29f8c99a7ad7b7f914dea601aa93ccfde413cda4..6acf8c96faa2ec520fb6ba0c64c1ae24db6f3423 100755 (executable)
@@ -38,7 +38,7 @@ if test -d "$srcdir"/.git/; then
        cp -a "$srcdir"/.git .
 
        # reset all files which are not part of the tarball
        cp -a "$srcdir"/.git .
 
        # reset all files which are not part of the tarball
-       git checkout HEAD .gitignore .travis.yml
+       git checkout HEAD .gitignore .travis.yml t/cibuild.sh
 fi
 
 ./configure --enable-gcov --disable-shared CFLAGS="-O0 -g"
 fi
 
 ./configure --enable-gcov --disable-shared CFLAGS="-O0 -g"