From 6b47e36b159a0e036beb442b82b1356aa756f152 Mon Sep 17 00:00:00 2001 From: CG Linden Date: Sun, 15 Nov 2009 11:39:00 -0800 Subject: Add some debug output to develop.py --- indra/develop.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/develop.py b/indra/develop.py index 3040b312ba..05ad12f20e 100755 --- a/indra/develop.py +++ b/indra/develop.py @@ -585,7 +585,9 @@ class WindowsSetup(PlatformSetup): '''Run a program. If the program fails, raise an exception.''' while retries: retries = retries - 1 + print "develop.py tries to run:", command ret = os.system(command) + print "got ret", ret, "from", command if ret: if name is None: name = command.split(None, 1)[0] -- cgit v1.2.3