~zsombi/ubuntu-ui-toolkit/78-action-property

« back to all changes in this revision

Viewing changes to run_tests.sh

  • Committer: Benjamin Zeller
  • Date: 2015-01-20 14:45:24 UTC
  • mto: (1366.6.14 staging)
  • mto: This revision was merged to the branch mainline in revision 1381.
  • Revision ID: benjamin.zeller@canonical.com-20150120144524-81mqks9n0b9do2t4
Fix script for running AP tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
cd tests/autopilot
21
21
 
22
22
export UBUNTU_UI_TOOLKIT_AUTOPILOT_FROM_SOURCE=1
 
23
export UITK_BUILD_ROOT="$BUILD_DIR"
 
24
export UITK_SOURCE_ROOT="$SRC_DIR"
23
25
SUITE=ubuntuuitoolkit
24
26
if [ "$1" != "" ]; then
25
27
    SUITE="$1"