~webapps/webapps-applications/pbuilderjenkins-sitetests

« back to all changes in this revision

Viewing changes to Builder.sh

  • Committer: Víctor R. Ruiz
  • Date: 2012-06-15 15:41:55 UTC
  • Revision ID: victor.ruiz@canonical.com-20120615154155-cos1g065e3fd2573
Filter output. Comment set -ex

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
set -ex
3
2
 
4
3
# Execute the real builder
5
4
failed=$(./real-builder.sh $@)