remove obsolete echo from tests script

This commit is contained in:
ronivay
2018-07-28 17:20:18 +03:00
parent 8c13fc1569
commit eb0858f501

View File

@@ -19,8 +19,6 @@ function RunTestsSingle {
vagrant destroy -f &> $LOGFILE
unset VAGRANT_CWD
echo $1
}
function RunTestsAll {