mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-19 03:59:45 +00:00
Update tests
This commit is contained in:
parent
e188ca4040
commit
b3cbb52f00
5 changed files with 40 additions and 8 deletions
|
@ -11,7 +11,9 @@ for test in ${tests}
|
|||
do
|
||||
printf "%-50s%s %s" "- $(basename $test)" "=>"
|
||||
cd $test
|
||||
timeout $test_timeout ${pythonexec} simulator.py &> "$out"
|
||||
testcmd="${pythonexec} simulator.py"
|
||||
[ -e "platform.yaml" ] && testcmd="esds run platform.yaml"
|
||||
timeout $test_timeout ${testcmd} &> "$out"
|
||||
|
||||
# Ensure timeout
|
||||
if [ $? -eq 124 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue