From: Sebastian Harl Date: Wed, 9 Apr 2014 16:06:22 +0000 (+0200) Subject: t/coverage.sh: Restore t/cibuild.sh in the temp directory. X-Git-Tag: sysdb-0.1.0~132^2~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=24746a0485736f07aec44d8d2d058a310e5e330f;p=sysdb.git t/coverage.sh: Restore t/cibuild.sh in the temp directory. This is to avoid the version being marked as dirty. --- diff --git a/t/coverage.sh b/t/coverage.sh index 29f8c99..6acf8c9 100755 --- a/t/coverage.sh +++ b/t/coverage.sh @@ -38,7 +38,7 @@ if test -d "$srcdir"/.git/; then 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"