Sfoglia il codice sorgente

tests/microbenchs/microbench.sh: partially revert previous commit

Nathalie Furmento 9 anni fa
parent
commit
ad91eb9ba7
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      tests/microbenchs/microbench.sh

+ 3 - 3
tests/microbenchs/microbench.sh

@@ -74,8 +74,8 @@ test_scheds()
 		fi
 
 	done
-	echo "passed schedulers:$pass"
-	echo "failed schedulers:$failed"
-	echo "xfailed schedulers:$xfailed"
+	echo "passed schedulers:$pass"| ( tee /dev/tty || true )
+	echo "failed schedulers:$failed"| ( tee /dev/tty || true )
+	echo "xfailed schedulers:$xfailed"| ( tee /dev/tty || true )
 	return $RESULT
 }