← Back to team overview

ubuntu-sdk-team team mailing list archive

[Merge] ~sbaldassin/ubuntu-app-platform:testability into ubuntu-app-platform:master

 

Santiago Baldassin has proposed merging ~sbaldassin/ubuntu-app-platform:testability into ubuntu-app-platform:master.

Commit message:
Adding the testability libraries to the platform snap

Requested reviews:
  Ubuntu SDK team (ubuntu-sdk-team)

For more details, see:
https://code.launchpad.net/~sbaldassin/ubuntu-app-platform/+git/ubuntu-app-platform/+merge/314690

This mp adds the testability library to the ubuntu-app-platform snap so that snaps connected to the platform snap can be introspected by autopilot
-- 
Your team Ubuntu SDK team is requested to review the proposed merge of ~sbaldassin/ubuntu-app-platform:testability into ubuntu-app-platform:master.
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 8a890c6..bb19554 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -19,6 +19,7 @@ parts:
   ubuntu-app-platform:
     plugin: nil
     stage-packages:
+        - libautopilot-qt-autopilot
         - fontconfig
         - libc6
         - libcups2

Follow ups