mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue