~allanlesage/+junk/hourlies

« back to all changes in this revision

Viewing changes to ubuntu-system-tests/jobs.yaml

  • Committer: Allan LeSage
  • Date: 2016-03-08 00:52:09 UTC
  • mfrom: (35.1.1 qa-jenkins-jobs)
  • Revision ID: allan.lesage@canonical.com-20160308005209-7r4xumqg7cf064fv
Merge restore-config-de-endlining.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
                TESTS_TO_RUN=""
157
157
                ;;
158
158
              "sanity")
159
 
                TESTS_TO_RUN=$(bzr cat "$UBUNTU_SYSTEM_TESTS_BRANCH/test_lists/sanity.tests")
 
159
                TESTS_TO_RUN=$(bzr cat "$UBUNTU_SYSTEM_TESTS_BRANCH/test_lists/sanity.tests" | tr '\n' ' ')
160
160
                ;;
161
161
              "")
162
162
                echo "Please specify tests to run!" >&2