Skip to content

Commit

Permalink
Merge branch 'v2.x' into v2.6.0-tap_test_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Jul 27, 2023
2 parents 83e15fb + 8e7aaef commit 5cb7365
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-taptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- name: Patch TAP-tests
run: |
# apply patches
#for PATCH in $(cd jenkins-build-scripts/test-scripts/patches; find . -type f); do
# if [[ $PATCH =~ \.patch ]]; then
# patch proxysql/${PATCH%.patch} jenkins-build-scripts/test-scripts/patches/${PATCH} || true
# elif [[ ! -f jenkins-build-scripts/test-scripts/patches/${PATCH#./}.patch ]]; then
# cp jenkins-build-scripts/test-scripts/patches/${PATCH#./} proxysql/${PATCH#./} || true
# fi
for PATCH in $(cd jenkins-build-scripts/test-scripts/patches; find . -type f); do
if [[ $PATCH =~ \.patch ]]; then
patch proxysql/${PATCH%.patch} jenkins-build-scripts/test-scripts/patches/${PATCH} || true
elif [[ ! -f jenkins-build-scripts/test-scripts/patches/${PATCH#./}.patch ]]; then
cp jenkins-build-scripts/test-scripts/patches/${PATCH#./} proxysql/${PATCH#./} || true
fi
#done
# patch multi port listening
cd proxysql/
Expand Down

0 comments on commit 5cb7365

Please sign in to comment.