summaryrefslogtreecommitdiffstats
path: root/run.in
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
commit27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff (patch)
tree35f169659913c2a91d2b445b7b2c86de2c4547ab /run.in
parent2f1a602c4bc8988c538297dbf49e6c9b486e2441 (diff)
downloadlibguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.gz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.xz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.zip
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
No functional change.
Diffstat (limited to 'run.in')
-rw-r--r--run.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/run.in b/run.in
index 2afe5a6d..f12b58d8 100644
--- a/run.in
+++ b/run.in
@@ -28,7 +28,9 @@
# script from anywhere (eg. $HOME/bin/run) if you wish.
#
# The script can also be used to make the output of tests shorter:
-# TESTS_ENVIRONMENT = ... $(top_builddir)/run --test
+# TESTS_ENVIRONMENT = ... $(top_builddir)/run --test [$(VG)]
+# (Use the optional $(VG) when the tests must also be run under
+# valgrind).
#----------------------------------------------------------------------