From 9d6a706b10be1609c314ba2f5d3c7b83d78a67a8 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 4 Oct 2018 22:04:55 -0700 Subject: [PATCH] tests: Add missing backups tag on functional tests Reviewed-by: James Valleroy --- functional_tests/features/quassel.feature | 2 +- functional_tests/features/shadowsocks.feature | 2 +- functional_tests/features/sharing.feature | 2 +- functional_tests/features/transmission.feature | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functional_tests/features/quassel.feature b/functional_tests/features/quassel.feature index eb00705de..7bf3c70cb 100644 --- a/functional_tests/features/quassel.feature +++ b/functional_tests/features/quassel.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@apps @quassel +@apps @quassel @backups Feature: Quassel IRC Client Run Quassel core. diff --git a/functional_tests/features/shadowsocks.feature b/functional_tests/features/shadowsocks.feature index a3c7cb5d0..25d5ebdcc 100644 --- a/functional_tests/features/shadowsocks.feature +++ b/functional_tests/features/shadowsocks.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@apps @shadowsocks +@apps @shadowsocks @backups Feature: Shadowsocks Socks5 Proxy Run the Shadowsocks Socks5 proxy client. diff --git a/functional_tests/features/sharing.feature b/functional_tests/features/sharing.feature index 2639bc079..b16602fae 100644 --- a/functional_tests/features/sharing.feature +++ b/functional_tests/features/sharing.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@apps @sharing +@apps @sharing @backups Feature: Sharing Share server folders over HTTP, etc. diff --git a/functional_tests/features/transmission.feature b/functional_tests/features/transmission.feature index 06d0ecad6..69590492f 100644 --- a/functional_tests/features/transmission.feature +++ b/functional_tests/features/transmission.feature @@ -15,7 +15,7 @@ # along with this program. If not, see . # -@apps @transmission +@apps @transmission @backups Feature: Transmission BitTorrent Client Run the Transmission BitTorrent client.