Patch 9a7031ab2778600249947882d9f00acc9bcc1310 fixed some paths in the rpc01 test script, so we shouldn't set TCbin before calling.
Signed-off-by: Stanislav Kholmanskikh <[email protected]> --- runtest/stress.part3 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtest/stress.part3 b/runtest/stress.part3 index eac28d0..caa9a60 100644 --- a/runtest/stress.part3 +++ b/runtest/stress.part3 @@ -884,7 +884,7 @@ hangup01 hangup01 mc_cmds mc_cmds mc_opts export TCsrc=$LTPROOT/testcases/network/multicast/mc_opts; mc_opts -rpc01 export TCbin=$LTPROOT/testcases/network/rpc/basic_tests/rpc01; rpc01 +rpc01 rpc01 run_rpc_tests.sh export TCbin=$LTPROOT/testcases/network/rpc/rpc-tirpc-full-test-suite; run_rpc_tests.sh perf_lan perf_lan -- 1.7.1 ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
