summaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh1
1 files changed, 0 insertions, 1 deletions
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"