diff options
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 |
