diff options
author | imarom <imarom@cisco.com> | 2015-09-02 09:47:12 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2015-09-02 09:47:12 +0300 |
commit | 28f2970f3301f4ac4436b6da55d4989db66016b9 (patch) | |
tree | 4d5e26dbb235249b13f954c5c642c1e9d5f8780b | |
parent | aecba7b3fc34a644a1c8d1afea7621f85c19daee (diff) |
disable mock
-rwxr-xr-x | linux/ws_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index 218cbe24..bed5a82a 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -363,7 +363,7 @@ build_types = [ build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_32, is_pie = False), build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_64, is_pie = False), - build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']), + #build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False, flags = ['-DTREX_RPC_MOCK_SERVER']), ] |