Skip to content

Commit

Permalink
test: Improve skip message
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline committed Aug 1, 2023
1 parent b413cc9 commit 96016f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/suites/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ test_config_profiles() {

test_config_edit() {
if ! tty -s; then
echo "==> SKIP: Test requires a terminal"
echo "==> SKIP: test_config_edit requires a terminal"
return
fi

Expand Down Expand Up @@ -389,7 +389,7 @@ test_container_metadata() {

test_container_snapshot_config() {
if ! tty -s; then
echo "==> SKIP: Test requires a terminal"
echo "==> SKIP: test_container_snapshot_config requires a terminal"
return
fi

Expand Down

0 comments on commit 96016f6

Please sign in to comment.