Skip to content

Commit e505fd0

Browse files
committed
Remove the code to dump the generated yaml files since the dump scripts were already dumping them
1 parent af58941 commit e505fd0

File tree

1 file changed

+0
-6
lines changed
  • src/integration-tests/bash

1 file changed

+0
-6
lines changed

src/integration-tests/bash/run.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,6 @@ function state_dump {
346346

347347
mkdir -p ${DUMP_DIR}
348348

349-
# dump the generated operator and domain yaml files if there are any
350-
if [ -n "${USER_PROJECTS_DIR}" ] && [ -d "${USER_PROJECTS_DIR}" ]; then
351-
trace Dumping the generated yaml files in $USER_PROJECTS_DIR to ${DUMP_DIR}
352-
cp -r ${USER_PROJECTS_DIR} ${DUMP_DIR}
353-
fi
354-
355349
# Test output is captured to ${TESTOUT} when run.sh is run stand-alone
356350
if [ -f ${TESTOUT:-NoSuchFile.out} ]; then
357351
trace Copying ${TESTOUT} to ${DUMP_DIR}/test_suite.out

0 commit comments

Comments
 (0)