~zsombi/ubuntu-ui-toolkit/statesaver-signals

« back to all changes in this revision

Viewing changes to run_tests.sh

prereq merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
echo running with arg: $1
21
21
 
 
22
UBUNTU_UI_TOOLKIT_AUTOPILOT_FROM_SOURCE=1
22
23
if [ "$1" == "" ]; then
23
 
        autopilot run ubuntuuitoolkit
 
24
        python3 -m autopilot.run run ubuntuuitoolkit
24
25
else
25
 
        autopilot run -o ../../$1 -f xml -r -rd ../../ ubuntuuitoolkit
 
26
        python3 -m autopilot.run run -o ../../$1 -f xml -r -rd ../../ ubuntuuitoolkit
26
27
fi
27
28
 
28
29
exit 0