Merge lp:~elopio/u1-test-utils/tarmac into lp:u1-test-utils

Proposed by Leo Arias
Status: Merged
Merged at revision: 30
Proposed branch: lp:~elopio/u1-test-utils/tarmac
Merge into: lp:u1-test-utils
Diff against target: 14 lines (+10/-0)
1 file modified
tarmac_tests.sh (+10/-0)
To merge this branch: bzr merge lp:~elopio/u1-test-utils/tarmac
Reviewer Review Type Date Requested Status
Diogo Baeder (community) Approve
Review via email: mp+148262@code.launchpad.net

Commit message

Added the script to run tarmac tests.

Description of the change

Added the script for tarmac tests.

To post a comment you must log in.
Revision history for this message
Diogo Baeder (diogobaeder) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'tarmac_tests.sh'
2--- tarmac_tests.sh 1970-01-01 00:00:00 +0000
3+++ tarmac_tests.sh 2013-02-13 18:01:27 +0000
4@@ -0,0 +1,10 @@
5+#!/bin/sh
6+# How the tests are run in Jenkins by Tarmac
7+
8+set -e
9+
10+echo 'Setting up the virtual environment.'
11+fab bootstrap
12+
13+echo "Running u1-test-utils tests in tarmac"
14+fab test

Subscribers

People subscribed via source and target branches

to all changes: