mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* tests: properly build snapd snap Now we build also the test version of snapd snap in `snap-builds` workflow job. We copy this into the spread tests. And we use that snap, which we only instrument instead of copying the snapd deb build. If the snap is not available, then we build it in spread. On CI, this happens on arm since the workflow does not build it. It will also happen when triggering test manually. * tests: couple of small improvements to test syntax, move WORK_DIR into script scope, use PWD instead of dot notation --------- Co-authored-by: Philip Meulengracht <the_meulengracht@hotmail.com>