Fix for failure with check-PR of commit 185ff850ac815d68712ee58ded493fff7f8ae8d3

SYSKEY can be 16 digits long


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/6151b593
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/6151b593
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/6151b593

Branch: refs/heads/master
Commit: 6151b59382f7442f46b549332f950c4c0af6f023
Parents: 185ff85
Author: selvaganesang <[email protected]>
Authored: Wed Aug 15 21:48:30 2018 +0000
Committer: selvaganesang <[email protected]>
Committed: Wed Aug 15 21:48:30 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/tools/regress-filter-linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/6151b593/core/sql/regress/tools/regress-filter-linux
----------------------------------------------------------------------
diff --git a/core/sql/regress/tools/regress-filter-linux 
b/core/sql/regress/tools/regress-filter-linux
index 58709ec..c32d3ea 100755
--- a/core/sql/regress/tools/regress-filter-linux
+++ b/core/sql/regress/tools/regress-filter-linux
@@ -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
 

Reply via email to