mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
* Remove quiet helper * Squashed 'tests/lib/external/snapd-testing-tools/' changes from 1c8efb77e1..8a2d0a99df 8a2d0a99df Adding quiet tool and removing set +-x from tests.pkgs d90935d2a4 A comment explaining about the default values for wait-for 3232c5dba7 Add support for ubuntu 23.04 a7164fba07 remove fedora 35 support, add fedora 37 support 89b9eb5301 Update systems supported 92bb6a0664 Include snap-sufix in the snaps.name tool git-subtree-dir: tests/lib/external/snapd-testing-tools git-subtree-split: 8a2d0a99df94f086f4f40b79471b35443c0aff5f * Adding missing binary * Squashed 'tests/lib/external/snapd-testing-tools/' changes from 8a2d0a99df..bfc71082c8 bfc71082c8 Update the tests.systemd to allow parameters waiting for service status git-subtree-dir: tests/lib/external/snapd-testing-tools git-subtree-split: bfc71082c85c10f8940ee4def18f576f1ed273ca * Squashed 'tests/lib/external/snapd-testing-tools/' changes from bfc71082c8..604cb782db 604cb782db Fix shellcheck in systemd tool git-subtree-dir: tests/lib/external/snapd-testing-tools git-subtree-split: 604cb782db444110108cd212f00aef0050e3a5a2
6 lines
274 B
Plaintext
Executable File
6 lines
274 B
Plaintext
Executable File
# This is a placeholder for the tool which is copied from snapd-testing-tools project
|
|
# The tool is copied from the tests/lib/external/snapd-testing-tools/tools directory
|
|
# while the project is being prepared
|
|
echo "placeholder called, source tree not properly setup"
|
|
exit 1
|