summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index f5f0e59b09c..ef204552775 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -40,7 +40,6 @@ demos = [
"Ice/session",
"Ice/throughput",
"Ice/value",
- "IceBox/hello",
"IceStorm/clock",
"IceStorm/counter",
"IceStorm/replicated",
@@ -49,7 +48,6 @@ demos = [
"IceGrid/allocate",
"IceGrid/sessionActivation",
"IceGrid/replication",
- "IceGrid/icebox",
"IceGrid/secure",
"Glacier2/chat",
"Glacier2/callback",
@@ -67,5 +65,8 @@ demos = [
"cookbook/compression",
]
+if not Util.isNoServices():
+ demos.append(["IceBox/hello", "IceGrid/icebox"])
+
if __name__ == "__main__":
Util.run(demos)