summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 02:36:50 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-11-13 02:36:50 +0100
commit0a0cb33c79a6fecf74e55e1793240f9015804c3b (patch)
treeadc8383e58baca7e4ffffca5ecb32ac1423e97bd
parente3a5dbf0ec00bd85e0bfed11d5978d3e8895cfb3 (diff)
downloaddeployment-0a0cb33c79a6fecf74e55e1793240f9015804c3b.tar.gz
deployment-0a0cb33c79a6fecf74e55e1793240f9015804c3b.tar.bz2
deployment-0a0cb33c79a6fecf74e55e1793240f9015804c3b.zip
Suppressing unneeded output
-rwxr-xr-xdocker/selenium/launch_selenium_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/selenium/launch_selenium_test b/docker/selenium/launch_selenium_test
index 511d6af..750505e 100755
--- a/docker/selenium/launch_selenium_test
+++ b/docker/selenium/launch_selenium_test
@@ -10,7 +10,7 @@
eval $(docker-machine env)
# Get fresh image
-if docker restart container_chrome ;
+if docker restart container_chrome > /dev/null;
then echo "Chrome container succesfully restarted";
fi