Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Created October 5, 2016 15:45
Show Gist options
  • Save come-maiz/a7ccb078d12afff7a448ab0acec8d2b0 to your computer and use it in GitHub Desktop.
Save come-maiz/a7ccb078d12afff7a448ab0acec8d2b0 to your computer and use it in GitHub Desktop.
s snap testing

Smoke tests for the s snap

First, build and install the snap:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/s
$ cd s
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --force-dangerous

Make a search:

$ s test
@come-maiz
Copy link
Author

The test fails with [Error] exec: "xdg-open": executable file not found in $PATH
This is bug https://bugs.launchpad.net/ubuntu/+source/snapd-xdg-open/+bug/1580740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment