blob: 480851e70f487d6d9f524e6b199146050baa7799 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env bash
set -e
echo "WARNING: test-integration-cli is DEPRECATED. Use test-integration." >&2
# TODO: remove this and exit 1 once CI has changed to use test-integration
bundle test-integration
|