]> git.notmuchmail.org Git - notmuch/commit
test: Rename GIT_SKIP_TESTS to NOTMUCH_SKIP_TESTS
authorCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 20:54:57 +0000 (13:54 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 20 Sep 2010 20:54:57 +0000 (13:54 -0700)
commit16a6301adecb125ef8f5486fa0d1510712f06c21
tree393edc0263de93bb103f0ac31c47ac6713d9c621
parent8369ed31d0d687c35dc2464b347dadf16962cd27
test: Rename GIT_SKIP_TESTS to NOTMUCH_SKIP_TESTS

By scanning test-lib.sh for occurrences of "git" or "GIT", I found
that most of those are internal things, (like the GIT_TEST_TEE_STARTED
variable). But GIT_SKIP_TESTS is part of the user-interface to the
test suite, so we rename it to reference notmuch rather than git.

Also, the GIT_TRACE warning is git-specific, so we drop that as well.
test/test-lib.sh