[rhel6-branch 6/30] Use unit2 script since python 2.6 can't load modules.

mulkieran installerbot-noreply at redhat.com
Thu May 28 21:04:11 UTC 2015


From: Anne Mulhern <amulhern at redhat.com>

Signed-off-by: Anne Mulhern <amulhern at redhat.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 91a038e..afd6f07 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ po-empty:
 
 test:
 	@echo "*** Running unittests ***"
-	PYTHONPATH=.:tests/ python -m unittest discover -v -s tests/ -p '*_test.py'
+	PYTHONPATH=.:tests/ unit2 discover -v -s tests/ -p '*_test.py'
 
 coverage:
 	@which coverage || (echo "*** Please install python-coverage ***"; exit 2)


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/fd02089bad71dc0c0c9efce6d27a8de6e0f63121


More information about the anaconda-patches mailing list