Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
4e5b72c6
Commit
4e5b72c6
authored
Apr 07, 2004
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass -q (quiet) option to keep the level of chattiness down when
invoked from the RPC server.
parent
ed6a6063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
xmlrpc/emulabserver.py.in
xmlrpc/emulabserver.py.in
+4
-4
No files found.
xmlrpc/emulabserver.py.in
View file @
4e5b72c6
...
...
@@ -93,7 +93,7 @@ class experiment:
return
argerror
nsfilename
=
None
argstr
=
""
argstr
=
"
-q
"
for
opt
,
val
in
argdict
.
items
():
if
opt
==
"batch"
:
...
...
@@ -198,7 +198,7 @@ class experiment:
if
(
argerror
):
return
argerror
argstr
=
""
argstr
=
"
-q
"
for
opt
,
val
in
argdict
.
items
():
if
opt
==
"wait"
:
if
val
==
"true"
:
...
...
@@ -232,7 +232,7 @@ class experiment:
return
argerror
nsfilename
=
None
argstr
=
""
argstr
=
"
-q
"
for
opt
,
val
in
argdict
.
items
():
if
opt
==
"wait"
:
...
...
@@ -295,7 +295,7 @@ class experiment:
if
(
argerror
):
return
argerror
argstr
=
""
argstr
=
"
-q
"
for
opt
,
val
in
argdict
.
items
():
if
opt
==
"wait"
:
if
val
==
"true"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment