mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-06 10:06:28 +02:00
Update the view
This commit is contained in:
parent
20dc0e79d4
commit
46dfe24972
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ abort=1
|
||||||
for test in ${tests}
|
for test in ${tests}
|
||||||
do
|
do
|
||||||
printf "%-50s%s %s" "- $(basename $test)" "=>"
|
printf "%-50s%s %s" "- $(basename $test)" "=>"
|
||||||
echo $test
|
|
||||||
cd $test
|
cd $test
|
||||||
testcmd="esds run platform.yaml"
|
testcmd="esds run platform.yaml"
|
||||||
timeout $test_timeout ${testcmd} &> "$out"
|
timeout $test_timeout ${testcmd} &> "$out"
|
||||||
|
|
Loading…
Add table
Reference in a new issue