mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
tests: use extensive coverage from make's test and system-test
This commit is contained in:
+14
@@ -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
|
||||
Reference in New Issue
Block a user