chiark / gitweb /
dgit: Rationalise some messages
[dgit.git] / tests / using-intree
index f20ec9df5b0c5051156df8a9705fe8edb62f8a59..0235c2098fa8ad4f364ed23d6ca8cb056a198af4 100755 (executable)
@@ -1,4 +1,17 @@
 #!/bin/bash
+#
+# usage:
+#   cd .../dgit.git
+#   tests/using-intree tests/test/some-test
+# or
+#   cd .../dgit.git
+#   tests/using-intree tests/run-all
+#
+# effects:
+#   sets DGIT_TEST_INTREE which causes tests/lib to have test scripts
+#   using programs etc. from the working tree
+
 set -e
-export DGIT_TEST_INTREE=`pwd`
+pwd=`pwd`
+export DGIT_TEST_INTREE="$pwd"
 exec "$@"