~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/tests/smoketest

  • Committer: Chad MILLER
  • Date: 2015-03-23 14:55:16 UTC
  • Revision ID: chad.miller@canonical.com-20150323145516-czrhk0vur7ldzc1k
Autopkgtest now depends on x11-apps to get xwd. Make smoketest exit val
nonzero on failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        exit 0
29
29
else
30
30
        echo FAIL
31
 
        exit 0  # FIXME Debug conditions to discover timeout error in 
 
31
        exit 1
32
32
fi