Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Commit

Permalink
Fix for failure with check-PR of commit 185ff85
Browse files Browse the repository at this point in the history
SYSKEY can be 16 digits long
  • Loading branch information
selvaganesang committed Aug 15, 2018
1 parent 185ff85 commit 6151b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sql/regress/tools/regress-filter-linux
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SYSKEY=`grep '\<SYSKEY\>' $fil | egrep -v '(--|^>>|^\*\*)'`
if [ "$SYSKEY" = "" ]; then
SYSKEY='@syskey@'
else
SYSKEY='[0-9]\{17,20\}\>'
SYSKEY='[0-9]\{16,20\}\>'
fi
# 123456789 123456789

Expand Down

0 comments on commit 6151b59

Please sign in to comment.