Skip to content

Commit

Permalink
bug #765: Fixed function parsing issue in case function's complete bo…
Browse files Browse the repository at this point in the history
…dy is in one single line
  • Loading branch information
Sanyam Singhal committed Feb 3, 2023
1 parent 06ed710 commit 30b5287
Show file tree
Hide file tree
Showing 8 changed files with 34,688 additions and 4 deletions.
6 changes: 6 additions & 0 deletions migtests/scripts/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ main() {
export_data
ls -l ${EXPORT_DIR}/data

step "Fix data."
if [ -x "${TEST_DIR}/fix-data" ]
then
"${TEST_DIR}/fix-data" ${EXPORT_DIR}
fi

step "Create target database."
run_ysql yugabyte "DROP DATABASE IF EXISTS ${TARGET_DB_NAME};"
run_ysql yugabyte "CREATE DATABASE ${TARGET_DB_NAME}"
Expand Down
Loading

0 comments on commit 30b5287

Please sign in to comment.