Fix local-pull test
This was not being run for whatever reason. Also, the test count was wrong. Closes: #237 Approved by: cgwalters
This commit is contained in:
parent
eabb4e3545
commit
87298c84b8
|
|
@ -50,6 +50,7 @@ test_scripts = \
|
||||||
tests/test-pull-summary-sigs.sh \
|
tests/test-pull-summary-sigs.sh \
|
||||||
tests/test-pull-resume.sh \
|
tests/test-pull-resume.sh \
|
||||||
tests/test-pull-untrusted.sh \
|
tests/test-pull-untrusted.sh \
|
||||||
|
tests/test-local-pull.sh \
|
||||||
tests/test-local-pull-depth.sh \
|
tests/test-local-pull-depth.sh \
|
||||||
tests/test-gpg-signed-commit.sh \
|
tests/test-gpg-signed-commit.sh \
|
||||||
tests/test-admin-upgrade-unconfigured.sh \
|
tests/test-admin-upgrade-unconfigured.sh \
|
||||||
|
|
@ -92,7 +93,6 @@ installed_test_data = tests/archive-test.sh \
|
||||||
tests/admin-test.sh \
|
tests/admin-test.sh \
|
||||||
tests/basic-test.sh \
|
tests/basic-test.sh \
|
||||||
tests/test-basic-user.sh \
|
tests/test-basic-user.sh \
|
||||||
tests/test-local-pull.sh \
|
|
||||||
tests/corrupt-repo-ref.js \
|
tests/corrupt-repo-ref.js \
|
||||||
tests/pre-endian-deltas-repo-big.tar.xz \
|
tests/pre-endian-deltas-repo-big.tar.xz \
|
||||||
tests/pre-endian-deltas-repo-little.tar.xz \
|
tests/pre-endian-deltas-repo-little.tar.xz \
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ set -euo pipefail
|
||||||
|
|
||||||
skip_without_user_xattrs
|
skip_without_user_xattrs
|
||||||
|
|
||||||
echo "1..1"
|
echo "1..4"
|
||||||
|
|
||||||
setup_test_repository "archive-z2"
|
setup_test_repository "archive-z2"
|
||||||
echo "ok setup"
|
echo "ok setup"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue