Skip to content
Snippets Groups Projects
Commit de07f25b authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Use git checkout on directory as some files may not be in git resulting in, e.g.:

error: pathspec 'tests/data/lorem-copy.txt' did not match any file(s) known to git.
error: pathspec 'tests/data/testimage-copy.png' did not match any file(s) known to git.
parent 3c9f5884
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ function execute_tests { ...@@ -139,7 +139,7 @@ function execute_tests {
cd $BASEDIR cd $BASEDIR
# revert changes to tests/data # revert changes to tests/data
git checkout tests/data/* git checkout tests/data
# reset data directory # reset data directory
rm -rf $DATADIR rm -rf $DATADIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment