From 2165cbdde307dea8aabb7f053c603f7097417d44 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Thu, 21 Apr 2022 17:03:44 +0800 Subject: [PATCH] [test: add set -e for stop run when error] --- tests/system-test/fulltest.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 20803f657a..65e4785b5d 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,3 +1,6 @@ +#!/bin/bash +set -e + #python3 ./test.py -f 2-query/between.py python3 ./test.py -f 2-query/distinct.py python3 ./test.py -f 2-query/varchar.py -- GitLab