~anjali-team/pbuilderjenkins/notify-osd

« back to all changes in this revision

Viewing changes to hooks/build_hooks/B10runmakecheck

  • Committer: Jenkins User
  • Date: 2012-06-21 15:02:09 UTC
  • Revision ID: jenkins@jenkins-20120621150209-vzw7ymx3jvkead7n
correct quoting

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
export DISPLAY=:0.0
31
31
chown -R ubuntu.ubuntu .
32
32
cd tests
33
 
su ubuntu -c make test
 
33
su ubuntu -c 'make test'
34
34
cd ..
35
35
wget http://ubuntuone.com/13kWPb7aYzwupfbz5ogeRt -O gtester.xsl
36
36
find . -name 'test-modules.xml' | xargs xsltproc -o $RESULT_DIR/test-modules-xunit.xml gtester.xsl