~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk

« back to all changes in this revision

Viewing changes to tests/unit/runtest.sh

  • Committer: CI Train Bot
  • Author(s): Christian Dywan, Zsombor Egri, Zoltán Balogh, Tim Peeters, Albert Astals Cid, Michael Sheldon, Benjamin Zeller
  • Date: 2015-12-17 17:13:49 UTC
  • mfrom: (1000.739.27 OTA9-landing-2015-12-16)
  • Revision ID: ci-train-bot@canonical.com-20151217171349-8xwclnhnx8v9oz4m
OTA9-landing-2015-12-16
Approved by: Zoltan Balogh

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  if [ $_TARGETPATH != $_TESTFILEPATH ]; then
52
52
      _CMD="$_CMD -p -input -p $_TESTFILEPATH"
53
53
  fi
54
 
  _CMD="$_CMD -p -maxwarnings -p 40"
 
54
  _CMD="$_CMD -p -maxwarnings -p 100"
55
55
}
56
56
 
57
57
function execute_test_cmd {
66
66
        
67
67
    QML2_IMPORT_PATH=${_IMPORT_PATH} UBUNTU_UI_TOOLKIT_THEMES_PATH=${_THEMES_PATH} \
68
68
    LD_LIBRARY_PATH=${_LIB_PATH} \
69
 
    ALARM_BACKEND=memory SUPPRESS_DEPRECATED_NOTE=yes \
 
69
    ALARM_BACKEND=memory SUPPRESS_DEPRECATED_NOTE=no \
70
70
    $_CMD $_ARGS 2>&1 | grep -v 'QFontDatabase: Cannot find font directory'
71
71
    if [ "x$UITK_TEST_KEEP_RUNNING" != "x1" ]; then
72
72
        ${BUILD_DIR}/tests/checkresults.sh $_XML