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 <[email protected]> Authored: Wed Mar 1 11:34:13 2017 +0800 Committer: hubertzhang <[email protected]> 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
