Explorar o código

removed devnull to see output

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
429239e062
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/tests_jc2server.sh

+ 1 - 1
tests/tests_jc2server.sh

@@ -116,7 +116,7 @@ fn_setstatus(){
 		echo -ne "New status:  ${currentstatus}\\r"
     	
 		if [ "${requiredstatus}" == "ONLINE" ]; then
-			(fn_start > /dev/null 2>&1)
+			(fn_start)
 		else
 			(fn_stop > /dev/null 2>&1)
 		fi