diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
| commit | 17bfda379be17acb20abfb7f0c9231d36ef8766d (patch) | |
| tree | f263d1b37e223278e4b929460c7f4dc7798493ef /tests/run.sh | |
| parent | b3cbb52f00e000277c3c74e1e9eab230d8b2d843 (diff) | |
Debug and improve tests
Diffstat (limited to 'tests/run.sh')
| -rwxr-xr-x | tests/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run.sh b/tests/run.sh index 676d7c7..1a98c5d 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -13,6 +13,7 @@ do cd $test testcmd="${pythonexec} simulator.py" [ -e "platform.yaml" ] && testcmd="esds run platform.yaml" + echo $testcmd timeout $test_timeout ${testcmd} &> "$out" # Ensure timeout |
