[Asterisk-code-review] apps/tests.yaml: Fix parsing failure due to missing LF at EOF. (testsuite[18])
Friendly Automation
asteriskteam at digium.com
Tue Mar 7 10:46:32 CST 2023
Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/19956 )
Change subject: apps/tests.yaml: Fix parsing failure due to missing LF at EOF.
......................................................................
apps/tests.yaml: Fix parsing failure due to missing LF at EOF.
Commit c930bfec37118e37ff271bf381825408d2409fec (ASTERISK_30422)
introduced a regression that broke the test suite by removing
the new line at the end of tests/apps/tests.yaml.
This restores that newline so that builds succeed again.
ASTERISK-30452 #close
Change-Id: I4a1dbf85450de84df88cd060b7c7052964458e56
---
M tests/apps/tests.yaml
1 file changed, 18 insertions(+), 1 deletion(-)
Approvals:
George Joseph: Looks good to me, approved
Friendly Automation: Approved for Submit
diff --git a/tests/apps/tests.yaml b/tests/apps/tests.yaml
index 92a93e2..e60143a 100644
--- a/tests/apps/tests.yaml
+++ b/tests/apps/tests.yaml
@@ -31,4 +31,4 @@
- test: 'read'
- test: 'if'
- test: 'signal'
- - test: 'senddtmf'
\ No newline at end of file
+ - test: 'senddtmf'
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/19956
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 18
Gerrit-Change-Id: I4a1dbf85450de84df88cd060b7c7052964458e56
Gerrit-Change-Number: 19956
Gerrit-PatchSet: 1
Gerrit-Owner: N A <asterisk at phreaknet.org>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20230307/c652dd78/attachment.html>
More information about the asterisk-code-review
mailing list