~nskaggs/ubuntu-ui-toolkit/add-popover-object-support

« back to all changes in this revision

Viewing changes to tests/unit/runtest.sh

  • Committer: CI bot
  • Author(s): Zsombor Egri, Tarmac, Zoltán Balogh
  • Date: 2014-06-18 17:10:31 UTC
  • mfrom: (1000.76.9 landing_04-06)
  • Revision ID: ps-jenkins@lists.canonical.com-20140618171031-1s026ulaxymh2e9f
  [Leo Arias ]
  * On the autopilot helper for the header, fix the swipe to show
    when hidden.
  * Added a fixture for autopilot tests to use a fake home directory.
    Fixes: https://bugs.launchpad.net/bugs/1317639
  * Cleaned the containers in unity test using the alternate
    launcher.

  [ Christian Dywan ]   
  * Add a launcher with a switch for the QQMLEngine.

  [ Tim Peeters ]
  * Anchor the internal PageTreeNode of PageStack to fill its parent.
    Fixes: https://bugs.launchpad.net/bugs/1322527
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
function execute_test_cmd {
40
40
  echo "Executing $_CMD $_ARGS"
41
 
  if [ $DISPLAY ]; then
 
41
  if [ ! -x $_TARGET ]; then
 
42
    echo "Error: $_TARGET wasn't built!"
 
43
    RESULT=2
 
44
  elif [ $DISPLAY ]; then
42
45
    # https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1256999
43
46
    # https://bugreports.qt-project.org/browse/QTBUG-36243
44
47
    QML2_IMPORT_PATH=../../../modules:$QML2_IMPORT_PATH UBUNTU_UI_TOOLKIT_THEMES_PATH=../../../modules \