diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-08-24 20:01:52 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-08-24 20:01:52 +0000 |
commit | 1db34489ac15b74b45fc8367ecead89fdf0ca03a (patch) | |
tree | 5d7312ea47d2f1816533163b76bed58c017662a8 | |
parent | reverting to previous revision (diff) | |
download | ice-1db34489ac15b74b45fc8367ecead89fdf0ca03a.tar.bz2 ice-1db34489ac15b74b45fc8367ecead89fdf0ca03a.tar.xz ice-1db34489ac15b74b45fc8367ecead89fdf0ca03a.zip |
adding debug
-rwxr-xr-x | cpp/test/Glacier2/router/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Glacier2/router/run.py b/cpp/test/Glacier2/router/run.py index 0dafb87758e..7b10a5b089b 100755 --- a/cpp/test/Glacier2/router/run.py +++ b/cpp/test/Glacier2/router/run.py @@ -36,6 +36,8 @@ command = router + TestUtil.clientServerOptions + \ r' --Glacier2.CryptPasswords="' + toplevel + r'/test/Glacier2/router/passwords"' print "starting router...", +if TestUtil.debug: + print "(" + command + ")", starterPipe = os.popen(command + " 2>&1") TestUtil.getServerPid(starterPipe) # |