Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed May 25, 2018
1 parent 375f1bc commit fb53217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/plugins/x_builddeb.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build(self):
self.run(["sudo", "apt-get", "build-dep", "-y", "./"])
# XXX: get this from "debian/gbp.conf:postexport"
self.run(["./get-deps.sh"])
env=os.environ
env=os.environ.copy()
if os.getuid() == 0:
# disable running the tests during the build when run as root
# because quite a few of them will break
Expand Down

0 comments on commit fb53217

Please sign in to comment.