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