t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLED
commit929909375034eb609f855fe51b2ffc57123e6dd4
authorJakub Narebski <jnareb@gmail.com>
Sun, 26 Sep 2010 13:02:25 +0000 (26 15:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Sep 2010 18:48:26 +0000 (30 11:48 -0700)
tree51ae34376dfb6c154607c3238e3183dde972233c
parent8ff76f4c3b4e72ac8259465bdf6e33f4da19170d
t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLED

You can set the GITWEB_TEST_INSTALLED environment variable to the
gitwebdir (the directory where gitweb is installed / deployed to) of
an existing gitweb instalation, or to the pathname of installed gitweb
script, to test that installation.

This change is intended to make it possible to test that process of
installing gitweb and the modules it depends on works correctly (after
splitting gitweb).

If GITWEB_TEST_INSTALLED is used, print what script are we testing
to make it easy to spot that we test installed gitweb.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh