From b902fbf36f17495c4ce74bacc605ce865d952743 Mon Sep 17 00:00:00 2001 From: Jason-Jia Date: Thu, 23 Sep 2021 14:05:45 +0800 Subject: [PATCH] Update fulltest.sh --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index a7c375489a..ac164af60e 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -398,6 +398,7 @@ python3 ./test.py -f query/queryWildcardLength.py python3 ./test.py -f query/queryTbnameUpperLower.py python3 ./test.py -f query/query.py python3 ./test.py -f query/queryDiffColsOr.py + python3 ./test.py -f query/queryRegex.py #======================p4-end=============== -- GitLab