Merge lp:~bzoltan/phablet-tools/suppress_deprecated_notes into lp:phablet-tools

Proposed by Zoltan Balogh on 2015-05-19
Status: Merged
Approved by: Zoltan Balogh on 2015-05-19
Approved revision: 340
Merged at revision: 340
Proposed branch: lp:~bzoltan/phablet-tools/suppress_deprecated_notes
Merge into: lp:phablet-tools
Diff against target: 12 lines (+1/-1)
1 file modified
phablet-test-run (+1/-1)
To merge this branch: bzr merge lp:~bzoltan/phablet-tools/suppress_deprecated_notes
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve on 2015-05-19
Ubuntu Phablet Team 2015-05-19 Pending
Review via email: mp+259468@code.launchpad.net

Commit Message

Suppress warnings about deprecated UITK APIS during AP tests. Fixes LP: #1456350

Description of the Change

Suppress warnings about deprecated UITK APIS during AP tests. Fixes LP: #1456350

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'phablet-test-run'
2--- phablet-test-run 2014-09-28 16:43:50 +0000
3+++ phablet-test-run 2015-05-19 06:02:27 +0000
4@@ -140,7 +140,7 @@
5 # adb shell always returns 0, so we have to do some hackery to get the
6 # actual RC from the test
7 {
8- apbase="cd /home/phablet/autopilot; autopilot3 run $VERBOSE $APEXTRA"
9+ apbase="cd /home/phablet/autopilot;SUPPRESS_DEPRECATED_NOTE=yes autopilot3 run $VERBOSE $APEXTRA"
10 if [ "$RESULTDIR" ]; then
11 adb shell "$apbase -o /tmp/test_results.$APFORMAT -f $APFORMAT $TESTSUITE; echo ADB_RC=\$?"
12 if [ $APFORMAT = "xml" ]; then

Subscribers

People subscribed via source and target branches