~aacid/ubuntu-ui-toolkit/nonsquareicons

« back to all changes in this revision

Viewing changes to tests/unit/runtest.sh

  • Committer: Tarmac
  • Author(s): Zsombor Egri, Florian Boucault, CI Train Bot, Tim Peeters
  • Date: 2015-02-11 13:51:42 UTC
  • mfrom: (1405.1.2 rtm-to-staging)
  • Revision ID: tarmac-20150211135142-kr635b7awvx84acd
RTM branch diff merge. Fixes: https://bugs.launchpad.net/bugs/1358610.

Approved by PS Jenkins bot, Zoltan Balogh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        
64
64
    QML2_IMPORT_PATH=${_IMPORT_PATH} UBUNTU_UI_TOOLKIT_THEMES_PATH=${_THEMES_PATH} \
65
65
    ALARM_BACKEND=memory \
 
66
    SUPPRESS_SERVICEPROPERTIES_WARNINGS=yes \
66
67
    $_CMD $_ARGS 2>&1 | grep -v 'QFontDatabase: Cannot find font directory'
67
68
    # Note: Get first command before the pipe, $? would be ambiguous
68
69
    RESULT=${PIPESTATUS[0]}