You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2017/03/01 06:32:20 UTC

incubator-hawq git commit: HAWQ-1370. Misuse of regular expressions in init_file of feature test.

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 63894f061 -> 55d9e8574


HAWQ-1370. Misuse of regular expressions in init_file of feature test.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/55d9e857
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/55d9e857
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/55d9e857

Branch: refs/heads/master
Commit: 55d9e8574b432a6efaeb4bb413374fbe9c3a6c92
Parents: 63894f0
Author: hubertzhang <hu...@apache.org>
Authored: Wed Mar 1 11:34:13 2017 +0800
Committer: hubertzhang <hu...@apache.org>
Committed: Wed Mar 1 14:16:10 2017 +0800

----------------------------------------------------------------------
 src/test/feature/lib/global_init_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/55d9e857/src/test/feature/lib/global_init_file
----------------------------------------------------------------------
diff --git a/src/test/feature/lib/global_init_file b/src/test/feature/lib/global_init_file
index 2c970e3..312fe12 100644
--- a/src/test/feature/lib/global_init_file
+++ b/src/test/feature/lib/global_init_file
@@ -14,6 +14,6 @@
 # limitations under the License.
 #mask code line numbers
 -- start_matchsubs
-m/\(.*c[p]+:\d+\)/
-s/\(.*c[p]+:\d+\)/(file_and_line)/
+m/\(.*c[p]*:\d+\)/
+s/\(.*c[p]*:\d+\)/(file_and_line)/
 -- end_matchsubs