Skip to content

Commit 72de729

Browse files
committed
Enable status wrapper for ARC baseboard.
Add `needs_status_wrapper` to the ARC simulator baseboard in DejaGNU so that simulator returns the exit code of the tests instead of its own. Signed-off-by: Luis Silva <luiss@synopsys.com>
1 parent c4a2678 commit 72de729

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dejagnu/baseboards/arc-sim.exp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ set_board_info gdb,use_precord 0
6767

6868
# Setup the timeout
6969
set_board_info gcc,timeout 600
70+
71+
set_board_info needs_status_wrapper 1

0 commit comments

Comments
 (0)