From 23dcbc3adee2c6ea4e6c1149ef9fc6b59de581fa Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Mon, 25 May 2015 14:33:42 +1000 Subject: Refactor mambo test running we now properly control the simulation rather than just killing off Mambo. For boot test, we wait for petitboot and actually shut down the simulation properly with 'halt'. Signed-off-by: Stewart Smith --- test/hello_world/run_hello_world.sh | 7 +++---- test/hello_world/run_hello_world.tcl | 4 ++++ test/run_boot_test.sh | 9 ++++----- test/run_boot_test.tcl | 16 ++++++++++++++++ 4 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 test/hello_world/run_hello_world.tcl create mode 100644 test/run_boot_test.tcl (limited to 'test') diff --git a/test/hello_world/run_hello_world.sh b/test/hello_world/run_hello_world.sh index f72c402..e6f4d86 100755 --- a/test/hello_world/run_hello_world.sh +++ b/test/hello_world/run_hello_world.sh @@ -34,14 +34,13 @@ ulimit -c 0 ( cd external/mambo; cat <