From d4c4b389f4bc7c956c281817b5d651dd675852e4 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 16 Jun 2020 14:38:11 +0800 Subject: [PATCH] add tag_lite/datatype.py back to regression list. --- tests/pytest/regressiontest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/regressiontest.sh b/tests/pytest/regressiontest.sh index cdb0192c70..22cc9d9af2 100755 --- a/tests/pytest/regressiontest.sh +++ b/tests/pytest/regressiontest.sh @@ -40,7 +40,7 @@ python3 ./test.py -f tag_lite/change.py python3 ./test.py -f tag_lite/column.py python3 ./test.py -f tag_lite/commit.py python3 ./test.py -f tag_lite/create.py -# python3 ./test.py -f tag_lite/datatype.py +python3 ./test.py -f tag_lite/datatype.py python3 ./test.py -f tag_lite/datatype-without-alter.py # python3 ./test.py -f tag_lite/delete.py python3 ./test.py -f tag_lite/double.py -- GitLab