Skip to content

Commit 481aa99

Browse files
committed
Disable writting inout.txt for testsuite
to avoid concurent access during CI. Refs W119-049
1 parent 76fdc3a commit 481aa99

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)