summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEddy Caron <eddy.caron@ens-lyon.fr>2024-03-21 12:17:14 +0100
committerEddy Caron <eddy.caron@ens-lyon.fr>2024-03-21 12:17:14 +0100
commit46dfe24972c601d309eac0230725f2752abb7003 (patch)
tree06464dfb6f7a79182e2c30aca4466a593261e8b5
parent20dc0e79d444116387caad81ba28021dde72e771 (diff)
Update the viewdebug
-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"