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:
commit
be9bc2c727
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue