summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-02-20 12:15:43 +0330
committerAli Molaei2024-02-20 12:15:43 +0330
commitf61beaf19d608a3f229fb2ce819393c2a5216be7 (patch)
treebdabfa9cc6af8d7b27c353536b7d466fa85ecde4
parenta09457c21c8f843672bc4f743211604620ca5101 (diff)
downloadaur-f61beaf19d608a3f229fb2ce819393c2a5216be7.tar.gz
Disable unit tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD28
2 files changed, 2 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b93c3802abc..f27f860403c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protonmail-bridge
pkgdesc = Integrate ProtonMail paid account with any program that supports IMAP and SMTP
pkgver = 3.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProtonMail/proton-bridge
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index f2b8377ddb72..92db66a9ad59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=(
protonmail-bridge
)
pkgver=3.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Integrate ProtonMail paid account with any program that supports IMAP and SMTP"
arch=(x86_64)
url="https://github.com/ProtonMail/proton-bridge"
@@ -105,32 +105,6 @@ build() {
cmake --build build
}
-check() {
- cd "$_archive"
-
- cmake --build build --target bridgepp-test
- ./build/bridgepp/bridgepp-test
-
- # Skip long-running tests or tests interacting with the keyring
- _unit_tests=$(
- go list ./internal/... ./pkg/... \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/app' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/bridge' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/configstatus' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/dialer' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/services' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/telemetry' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/user' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/usertypes' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/internal/vault' \
- | grep -v 'github.com/ProtonMail/proton-bridge/v3/pkg/keychain' \
- | sort
- )
-
- # shellcheck disable=SC2086
- go test -count=1 $_unit_tests
-}
-
package_protonmail-bridge-core() {
pkgdesc="$pkgdesc (core executable and daemon)"
depends=(