Skip to content
Snippets Groups Projects

test execution does not modify sources

Merged Marcin requested to merge mi/problem_with_test_modified_sql into develop
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -68,7 +68,14 @@ test_extension_update() {
COPY_BUILD_PATH="${HAF_DIR}/src_copy/build"
rm -rf ${COPY_SRC_PATH}
mkdir -p ${COPY_SRC_PATH}
cp -a ${DIR}/. ${COPY_SRC_PATH}
echo "SOURCE ${DIR}"
ls -la ${DIR}/
echo "COPIED ${COPY_SRC_PATH}"
ls -la ${COPY_SRC_PATH}/
POSTGRES_VERSION=17
echo "Add function testfun to schema hive"
Loading