Test suite: remove unnecessary verbosity from enable/continue tests.
[ctdb.git] / tests / simple / 42_ctdb_continue.sh
index 9c9b88f48c6368065370f5272a08184b208b06a8..82e1534b63e32edeb20a11aaa63481419072d2ca 100755 (executable)
@@ -61,9 +61,4 @@ try_command_on_node 1 $CTDB continue -n $test_node
 
 wait_until_node_has_status $test_node notstopped
 
-if wait_until_node_has_some_ips "$test_node" ; then
-    echo "OK."
-else
-    echo "No IPs moved to node $test_node."
-    testfailures=1
-fi
+wait_until_node_has_some_ips "$test_node"