diff --git a/tests/run.sh b/tests/run.sh index e7b7b0b..60b751d 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -10,7 +10,6 @@ abort=1 for test in ${tests} do printf "%-50s%s %s" "- $(basename $test)" "=>" - echo $test cd $test testcmd="esds run platform.yaml" timeout $test_timeout ${testcmd} &> "$out"