Update the view

This commit is contained in:
Eddy Caron 2024-03-21 12:17:14 +01:00
parent 20dc0e79d4
commit 46dfe24972

View file

@ -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"