We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af58941 commit e505fd0Copy full SHA for e505fd0
src/integration-tests/bash/run.sh
@@ -346,12 +346,6 @@ function state_dump {
346
347
mkdir -p ${DUMP_DIR}
348
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
-
355
# Test output is captured to ${TESTOUT} when run.sh is run stand-alone
356
if [ -f ${TESTOUT:-NoSuchFile.out} ]; then
357
trace Copying ${TESTOUT} to ${DUMP_DIR}/test_suite.out
0 commit comments