Fix: regression tests
[lttng-tools.git] / tests / regression / tools / save-load / test_load
index 35955b5387e486d26a33e48ef4b6030c5ee7771a..da1e6c6c3ac1dfa20be923316c6f1f4e7820dcff 100755 (executable)
@@ -29,7 +29,7 @@ EVENT_NAME="tp:tptest"
 
 DIR=$(readlink -f $TESTDIR)
 
-NUM_TESTS=26
+NUM_TESTS=28
 
 source $TESTDIR/utils/utils.sh
 
@@ -82,7 +82,7 @@ function test_complex_load()
        fi
        destroy_lttng_session_ok $sess
 
-       stop_lttng_relayd_nocheck
+       stop_lttng_relayd
 }
 
 function test_all_load()
@@ -99,7 +99,7 @@ function test_all_load()
        destroy_lttng_session_ok "$SESSION_NAME-complex"
        destroy_lttng_session_ok "$SESSION_NAME-trackers"
 
-       stop_lttng_relayd_nocheck
+       stop_lttng_relayd
 }
 
 function test_overwrite()
This page took 0.023535 seconds and 4 git commands to generate.