Remove comment from the code
We won't be changing or adding any new code there.
Change-Id: I282b3cc271a26f1ab18284569aa99cf9bff5976e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/common_utils.robot b/lib/common_utils.robot
index 08878a4..08b0c41 100755
--- a/lib/common_utils.robot
+++ b/lib/common_utils.robot
@@ -411,9 +411,6 @@
${sub_cmd_buf}= Create OS Console Command String
# Routing stderr to stdout so that any startup error text will go to the
# output file.
- # TODO: Doesn't work with tox so reverting temporarily.
- # nohup detaches the process completely from our pty.
- #${cmd_buf}= Catenate nohup ${sub_cmd_buf} &> ${log_file_path} &
${cmd_buf}= Catenate ${sub_cmd_buf} > ${log_file_path} 2>&1 &
Dprint Issuing ${cmd_buf}
${rc} ${output}= Run And Return Rc And Output ${cmd_buf}