Changed base dir to a sane default.

This commit is contained in:
Tom Hacohen 2013-04-26 13:50:12 +01:00
parent bf5f589310
commit fdb791a421
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
MAINTAINERCLEANFILES = Makefile.in
exactness: exactness.in
$(AM_V_GEN) $(SED) -e "s|\@libdir\@|$(libdir)|" $(srcdir)/exactness.in > $(builddir)/exactness
$(AM_V_GEN) $(SED) -e "s|\@libdir\@|$(libdir)|" -e "s|\@datadir\@|$(datadir)|" $(srcdir)/exactness.in > $(builddir)/exactness
bin_SCRIPTS = exactness

View File

@ -33,7 +33,7 @@ echo "TestName param has to match test name given in tests file (1st field)"
echo
echo
echo "Two additional parameters that $0 accepts:"
echo "BaseDir - This is where '.rec' files reside (gets pwd by default)"
echo "BaseDir - This is where '.rec' files reside."
echo "DestDir - Where $0 creates test screen shots."
echo " Gets 'current' under 'pwd' by default ('orig' on init)"
echo
@ -354,7 +354,7 @@ _orig_dir="orig"
# Init dest_dir - should change on the fly
_dest_dir=
_test_all=1
_base_dir=\`pwd\`
_base_dir="@datadir@/exactness/recordings"
_test_name=
_test_cmd=