diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-10-09 13:59:14 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-10-09 13:59:14 -0230 |
commit | 8173652ea4fb85eaf7012eadeeab85e20da1fcb9 (patch) | |
tree | f5ec9d7997dba73fc199a8622a6b8d1e2a6d5465 /cpp/allDemos.py | |
parent | ICE-5441 tests hang on Windows if executable not present (diff) | |
download | ice-8173652ea4fb85eaf7012eadeeab85e20da1fcb9.tar.bz2 ice-8173652ea4fb85eaf7012eadeeab85e20da1fcb9.tar.xz ice-8173652ea4fb85eaf7012eadeeab85e20da1fcb9.zip |
FIx for c++ allDemos script
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-x | cpp/allDemos.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py index 744ad5a5e4a..c76260dbac1 100755 --- a/cpp/allDemos.py +++ b/cpp/allDemos.py @@ -46,10 +46,7 @@ demos = [ "Ice/value", "IceDiscovery/hello", "IceDiscovery/replication", -] - -if not Util.isWin32() or not Util.isVC100(): - demos += ["IceStorm/clock", + "IceStorm/clock", "IceStorm/counter", "IceStorm/replicated", "IceStorm/replicated2", |