Files
aptly/debian/tests/unit-test
T
2025-02-18 10:05:07 +01:00

15 lines
314 B
Bash
Executable File

#!/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