File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ vscode:
19
19
@echo code --extensionDevelopmentPath=` pwd` /integration/vscode/ada/ ` pwd`
20
20
21
21
check : all
22
- $(TESTER ) $(TD ) /0001-start_stop.json
22
+ $(TESTER ) $(TD ) /0001-start_stop.json > 0001.err || (cat 0001.err ; false )
23
23
$(TESTER ) $(TD ) /0002-shutdown.json
24
24
$(TESTER ) $(TD ) /0003-get_symbols.json
25
25
@echo All test passed!
Original file line number Diff line number Diff line change 16
16
-- ----------------------------------------------------------------------------
17
17
18
18
with Ada.Characters.Latin_1 ;
19
+ with Ada.Command_Line ;
19
20
with Ada.Streams ;
20
21
with Ada.Strings.Fixed ;
21
22
with Ada.Text_IO ;
@@ -57,6 +58,7 @@ package body Tester.Tests is
57
58
pragma Unreferenced (Self);
58
59
begin
59
60
Ada.Text_IO.Put_Line (" Test failed:" & Message);
61
+ Ada.Command_Line.Set_Exit_Status (Ada.Command_Line.Failure);
60
62
end Do_Fail ;
61
63
62
64
-- -----------
You can’t perform that action at this time.
0 commit comments