Merge lp:~pedronis/ubuntu-push/revert-rules into lp:ubuntu-push/automatic

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 410
Merged at revision: 410
Proposed branch: lp:~pedronis/ubuntu-push/revert-rules
Merge into: lp:ubuntu-push/automatic
Diff against target: 16 lines (+2/-2)
1 file modified
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~pedronis/ubuntu-push/revert-rules
Reviewer Review Type Date Requested Status
Samuele Pedroni Approve
Review via email: mp+268077@code.launchpad.net

Commit message

revert rules changes

Description of the change

revert rules changes

To post a comment you must log in.
Revision history for this message
Samuele Pedroni (pedronis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2015-08-12 20:09:23 +0000
3+++ debian/rules 2015-08-14 13:12:37 +0000
4@@ -12,10 +12,10 @@
5 # (should go away once we ship go 1.3)
6 override_dh_auto_test:
7 cd $$( find ./ -type d -regex '\./[^/]*/src/launchpad.net' -printf "%h\n" | head -n1) && \
8- env GOPATH=$$(cd ..; pwd) go test -race -v $$(env GOPATH=$$(cd ..; pwd) go list $(DH_GOPKG)/... | grep -v acceptance | grep -v http13client )
9+ env GOPATH=$$(cd ..; pwd) go test -v $$(env GOPATH=$$(cd ..; pwd) go list $(DH_GOPKG)/... | grep -v acceptance | grep -v http13client )
10
11 override_dh_install:
12 dh_install -Xusr/bin/cmd --fail-missing
13
14 %:
15- dh $@ --buildsystem=golang --with=golang --parallel
16+ dh $@ --buildsystem=golang --with=golang

Subscribers

People subscribed via source and target branches