From 17bfda379be17acb20abfb7f0c9231d36ef8766d Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 13 Sep 2022 14:38:30 +0200 Subject: Debug and improve tests --- tests/run.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/run.sh') 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 -- cgit v1.2.3