From 850f2d07dc3fad32efa281dc6f0ec78fa15eae4e Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 30 Sep 2015 09:33:27 -0400 Subject: [PATCH] run_tests: drop dupplicated code install_modules script was run two times. This patch fix it, so we run it one time. Change-Id: I25e7a3e5a1267c7f30131502a87190698e21288b --- run_tests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 359df6b04..431bb4e32 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -61,8 +61,6 @@ if type "dstat" 2>/dev/null; then $SUDO dstat -tcmndrylpg --top-cpu-adv --top-io-adv --nocolor | sudo tee --append /var/log/dstat.log > /dev/null & fi -$SUDO ./install_modules.sh - # Run puppet and assert something changes. set +e run_puppet scenario001