Sfoglia il codice sorgente

removed devnull to see output

Daniel Gibbs 10 anni fa
parent
commit
429239e062
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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