diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 07:54:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-16 07:54:21 +0200 |
commit | 519ae8a0cd36c9726c12df8df864f9b6853d9857 (patch) | |
tree | 51a5f8f3e8d7ba5a376cd7944e158d21c4f7eeec /tests/.gitignore | |
parent | eeed5341570e88ff494634198c77b54f3595a684 (diff) |
Tweak tests/ci.testscript to deal with directory symlinks
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 35ec43f..b03f3da 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,2 +1,3 @@ -test/ -test-*/ +# Note that these can be symlinks (so no trailing /). +test +test-* |