Merge pull request #8089 from bantu/autotest-checkout-pathspec

Use git checkout on directory as some files may not be in git resulting ...
This commit is contained in:
Jörn Friedrich Dreyer 2014-04-07 21:10:11 +02:00
commit be9bc2c727
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function execute_tests {
cd $BASEDIR
# revert changes to tests/data
git checkout tests/data/*
git checkout tests/data
# reset data directory
rm -rf $DATADIR