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

Use git checkout on directory as some files may not be in git resulting ...
remotes/origin/ldap_group_count
Jörn Friedrich Dreyer 13 years ago
commit be9bc2c727
  1. 2
      autotest.sh

@ -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…
Cancel
Save