~corey.bryant/neutron/2014.1.4

« back to all changes in this revision

Viewing changes to debian/patches/use-concurrency.patch

  • Committer: James Page
  • Date: 2014-04-01 15:23:04 UTC
  • Revision ID: james.page@canonical.com-20140401152304-fso32a4asqt3pk2j
Tags: 1:2014.1~rc1-0ubuntu1
releasing package neutron version 1:2014.1~rc1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Description: Use concurrency of 4.
2
2
Author: Chuck Short <zulcss@ubuntu.com>
3
3
Fowarded: Not needed.
4
 
diff --git a/run_tests.sh b/run_tests.sh
5
 
index 4d838e8..6739fee 100755
6
4
--- a/run_tests.sh
7
5
+++ b/run_tests.sh
8
6
@@ -129,7 +129,7 @@ function run_tests {
14
12
   echo "Running \`${wrapper} $TESTRTESTS\`"
15
13
   bash -c "${wrapper} $TESTRTESTS | ${wrapper} subunit2pyunit"
16
14
   RESULT=$?
17
 
1.9.0
18