diff options
-rw-r--r-- | .gitattributes | 3 | ||||
-rw-r--r-- | test/test_command_chain.vader | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index d9c0b182..060e8ad2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ .* export-ignore /CONTRIBUTING.md export-ignore /Dockerfile export-ignore +/ISSUE_TEMPLATE.md export-ignore /Makefile export-ignore /README.md export-ignore +/custom-checks export-ignore /img export-ignore /test export-ignore -/custom-checks export-ignore diff --git a/test/test_command_chain.vader b/test/test_command_chain.vader index f471e159..96c07e71 100644 --- a/test/test_command_chain.vader +++ b/test/test_command_chain.vader @@ -28,10 +28,12 @@ Before: \ { \ 'callback': 'RunFirstEcho', \ 'output_stream': 'stdout', + \ 'read_buffer': 0, \ }, \ { \ 'callback': 'RunSecondEcho', \ 'output_stream': 'stdout', + \ 'read_buffer': 0, \ }, \ ], \}) |