~macslow/ubuntu-ui-toolkit/green-darkgrey-gradient

« back to all changes in this revision

Viewing changes to tests/unit/runtest.sh

Moved themes under Ubuntu/Components/Themes*

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
function execute_test_cmd {
32
32
  echo "Executing $_CMD $_ARGS"
33
 
  QML2_IMPORT_PATH=../../../modules:$QML2_IMPORT_PATH UBUNTU_UI_TOOLKIT_THEMES_PATH=../../../themes $_CMD $_ARGS
 
33
  QML2_IMPORT_PATH=../../../modules:$QML2_IMPORT_PATH UBUNTU_UI_TOOLKIT_THEMES_PATH=../../../modules $_CMD $_ARGS
34
34
  RESULT=$?
35
35
  # segfault
36
36
  if [ $RESULT -eq 139 ]; then