Skip to content

Commit 60acc55

Browse files
committed
Merge branch 'topic/no_inout_txt' into 'master'
Disable writting `inout.txt` for testsuite See merge request eng/ide/ada_language_server!1133
2 parents 76fdc3a + 481aa99 commit 60acc55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

testsuite/.als/traces.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
>inout.txt:buffer_size=0
1+
# If you need full input/output from the server uncomment inout.txt lines.
2+
#>inout.txt:buffer_size=0
23

34
# Traces
4-
ALS.MAIN=yes > inout.txt:buffer_size=0
5+
#ALS.MAIN=yes > inout.txt:buffer_size=0
56

67
# Full logs, helpful for debugging
7-
ALS.IN=yes > inout.txt:buffer_size=0
8-
ALS.OUT=yes > inout.txt:buffer_size=0
8+
#ALS.IN=yes > inout.txt:buffer_size=0
9+
#ALS.OUT=yes > inout.txt:buffer_size=0
910

1011
# Testing should include incremental text changes
11-
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes > inout.txt:buffer_size=0
12+
ALS.ALLOW_INCREMENTAL_TEXT_CHANGES=yes #> inout.txt:buffer_size=0
1213

1314
# Activate navigation warnings in test mode
1415
ALS.NOTIFICATIONS_FOR_IMPRECISE_NAVIGATION=yes

0 commit comments

Comments
 (0)