]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not spam console if "git status --ignored" fails during tests
authorMichał Kępień <michal@isc.org>
Thu, 12 Jul 2018 11:35:10 +0000 (13:35 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 13 Jul 2018 06:22:12 +0000 (08:22 +0200)
commit2be97feb4642746660dd793beed54b193579db0d
tree49db8021875bf268052734808f0417bf213f0791
parentfd30a03f2b3e7e96598aab3b28e011911fd8a679
Do not spam console if "git status --ignored" fails during tests

The "git status" command in Git versions before 1.7.2 does not support
the "--ignored" option.  Prevent spamming the console when running
system tests from a Git repository on a host with an ancient Git version
installed.
bin/tests/system/run.sh