tests: use extensive coverage from make's test and system-test

This commit is contained in:
Sébastien Delafond
2025-02-15 16:49:38 +01:00
parent a5730feb9d
commit bc3755dcf7
8 changed files with 119 additions and 4 deletions
Vendored Executable
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
# run upstream's unit tests with their full etcd fixtures, etc
set -eux
. debian/tests/setup
# FIXME: errors with non-constant format string in call to
# github.com/aptly-dev/aptly/s3.fatalError
rm ${APTLY_SRC_DIR}/s3/server_test.go
rm ${APTLY_SRC_DIR}/s3/public_test.go
make -C $APTLY_SRC_DIR test