Merge lp:~canonical-platform-qa/qa-jenkins-jobs/restore-config-de-endlining into lp:qa-jenkins-jobs

Proposed by Allan LeSage
Status: Merged
Approved by: Max Brustkern
Approved revision: 36
Merged at revision: 39
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/restore-config-de-endlining
Merge into: lp:qa-jenkins-jobs
Diff against target: 12 lines (+1/-1)
1 file modified
ubuntu-system-tests/jobs.yaml (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/restore-config-de-endlining
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
Christopher Lee (community) Approve
Review via email: mp+288334@code.launchpad.net

Commit message

Remove endlines from config.ini bzr getting.

Description of the change

Upon further testing it's necessary to remove line-endings, else config parser complains.

To post a comment you must log in.
Revision history for this message
Christopher Lee (veebers) wrote :

LGTM

review: Approve
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Me too!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-system-tests/jobs.yaml'
2--- ubuntu-system-tests/jobs.yaml 2016-03-04 22:50:28 +0000
3+++ ubuntu-system-tests/jobs.yaml 2016-03-07 18:50:58 +0000
4@@ -156,7 +156,7 @@
5 TESTS_TO_RUN=""
6 ;;
7 "sanity")
8- TESTS_TO_RUN=$(bzr cat "$UBUNTU_SYSTEM_TESTS_BRANCH/test_lists/sanity.tests")
9+ TESTS_TO_RUN=$(bzr cat "$UBUNTU_SYSTEM_TESTS_BRANCH/test_lists/sanity.tests" | tr '\n' ' ')
10 ;;
11 "")
12 echo "Please specify tests to run!" >&2

Subscribers

People subscribed via source and target branches