From 05d4e07918bfa9907a1fa66391e8e2e2370c64d4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 26 Jun 2012 22:47:35 +0100 Subject: tests: Add ./run --test option. This option, when added via TESTS_ENVIRONMENT = [...] $(top_builddir)/run --test allows us to run the tests and only print the full output (including debugging etc) when the test fails. --- python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/Makefile.am b/python/Makefile.am index c6c1b1df..6ffb0d8d 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -47,7 +47,7 @@ libguestfsmod_la_LDFLAGS = -avoid-version -shared TESTS_ENVIRONMENT = \ PYTHON=$(PYTHON) \ - $(top_builddir)/run + $(top_builddir)/run --test TESTS = run-bindtests -- cgit