diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/IceStorm/federation2/fed.xml (renamed from cpp/test/IceStorm/federation2/graph.xml) | 0 | ||||
-rwxr-xr-x | cpp/test/IceStorm/federation2/run.py | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceStorm/federation2/graph.xml b/cpp/test/IceStorm/federation2/fed.xml index 8857f83829a..8857f83829a 100644 --- a/cpp/test/IceStorm/federation2/graph.xml +++ b/cpp/test/IceStorm/federation2/fed.xml diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py index c293f81b348..82835272e9e 100755 --- a/cpp/test/IceStorm/federation2/run.py +++ b/cpp/test/IceStorm/federation2/run.py @@ -55,8 +55,8 @@ iceStormAdminPipe.close() print "ok" print "linking topics...", -graph = os.path.join(testdir, "graph.xml"); -command = iceStormAdmin + updatedClientOptions + iceStormEndpoint + r' -e "graph \"' + graph + r'\" 10"' +graph = os.path.join(testdir, "fed.xml"); +command = iceStormAdmin + updatedClientOptions + iceStormEndpoint + r' -e "graph ' + graph + r' 10"' iceStormAdminPipe = os.popen(command) iceStormAdminPipe.close() print "ok" |