[Asterisk-code-review] apps/tests.yaml: Fix parsing failure due to missing LF at EOF. (testsuite[master])

Friendly Automation asteriskteam at digium.com
Tue Mar 7 10:46:29 CST 2023


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/testsuite/+/19938 )

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 e8eae01..b09d97b 100644
--- a/tests/apps/tests.yaml
+++ b/tests/apps/tests.yaml
@@ -30,4 +30,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/+/19938
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Change-Id: I4a1dbf85450de84df88cd060b7c7052964458e56
Gerrit-Change-Number: 19938
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/0dc5d443/attachment-0001.html>


More information about the asterisk-code-review mailing list