Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,6 @@ EOF

pushd "${PATH_MONOREPO}" >& /dev/null

## START system tests check ########################################
# variable prefix: TST_*

# If there are integration tests, do not proceed with the script.

TST_MONO_TESTDIR="${MONOREPO_PATH_PACKAGE}/tests/"
TST_MONO_SYSTEM_DIR="${TST_MONO_TESTDIR}system"
TST_MONO_SYSTEM_FILE="${TST_MONO_TESTDIR}system.py"
echo "Checking for system tests in ${TST_MONO_TESTDIR}"

[[ ! -f ${TST_MONO_SYSTEM_FILE} ]] || \
{ echo "ERROR: ${TST_MONO_SYSTEM_FILE} exists. Need to manually deal with that." ; return -10 ; }
[[ ! -d ${TST_MONO_SYSTEM_DIR} ]] || \
{ echo "ERROR: ${TST_MONO_SYSTEM_DIR} exists. Need to manually deal with that." ; return -11 ; }
## END system tests check

## START owlbot.yaml migration ########################################
# variable prefix: OWY_*
# FIXME: KEEP?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,22 +132,6 @@ EOF

pushd "${PATH_MONOREPO}" >& /dev/null

## START system tests check ########################################
# variable prefix: TST_*

# If there are integration tests, do not proceed with the script.

TST_MONO_TESTDIR="${MONOREPO_PATH_PACKAGE}/tests/"
TST_MONO_SYSTEM_DIR="${TST_MONO_TESTDIR}system"
TST_MONO_SYSTEM_FILE="${TST_MONO_TESTDIR}system.py"
echo "Checking for system tests in ${TST_MONO_TESTDIR}"

[[ ! -f ${TST_MONO_SYSTEM_FILE} ]] || \
{ echo "ERROR: ${TST_MONO_SYSTEM_FILE} exists. Need to manually deal with that." ; return -10 ; }
[[ ! -d ${TST_MONO_SYSTEM_DIR} ]] || \
{ echo "ERROR: ${TST_MONO_SYSTEM_DIR} exists. Need to manually deal with that." ; return -11 ; }
## END system tests check

## START release-please config migration ########################################
# variable prefix: RPC_*

Expand Down