diff options
-rw-r--r-- | community/shards/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/shards/APKBUILD b/community/shards/APKBUILD index 5cc2c15583..671905762d 100644 --- a/community/shards/APKBUILD +++ b/community/shards/APKBUILD @@ -35,6 +35,7 @@ build() { check() { cd "$builddir" + export EMAIL="Test User <user@example.com>" make test_integration } |