changeset 36:0e4e40caea58

Set PYTHONPATH for all tests (to import fastimport library).
author Greg Ward <greg-hg@gerg.ca>
date Tue, 05 May 2009 21:04:06 -0400
parents 233040cea97a
children 513449a88de2
files tests/fastimport-common
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/fastimport-common	Tue May 05 11:42:16 2009 -0400
+++ b/tests/fastimport-common	Tue May 05 21:04:06 2009 -0400
@@ -5,3 +5,6 @@
 graphlog =
 fastimport = $TESTDIR/../hgfastimport
 EOF
+
+# for fastimport package
+export PYTHONPATH=$TESTDIR/..