#!/bin/bash
#------------------------------------------------------------------
# setup
#------------------------------------------------------------------
set -eu

# This is a backwards compatibility script. All logic has moved to '@aws-cdk-testing/cli-integ',
# and in fact has been integrated into the regular TypeScript tests.
exit 0