From d4e23d697f8e2b599e50504290088fd0bf752b65 Mon Sep 17 00:00:00 2001 From: jiacy-jcy <714897623@qq.com> Date: Tue, 10 May 2022 08:59:37 +0800 Subject: [PATCH] add timediff in ci --- tests/system-test/fulltest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index f713f707cb..4009f10d70 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -31,8 +31,8 @@ python3 ./test.py -f 2-query/last.py #python3 ./test.py -f 2-query/To_iso8601.py python3 ./test.py -f 2-query/To_unixtimestamp.py python3 ./test.py -f 2-query/timetruncate.py - -# python3 ./test.py -f 2-query/Timediff.py +# python3 ./test.py -f 2-query/diff.py +python3 ./test.py -f 2-query/Timediff.py #python3 ./test.py -f 2-query/cast.py -- GitLab