From f19bc41fd71f4e7b160603f70655f40c20b9f284 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 10 Dec 2021 11:16:09 +0100 Subject: [PATCH] Do not use shell mechanism for ec tests --- tools/regtesting/do_regtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/regtesting/do_regtest.py b/tools/regtesting/do_regtest.py index 0ba4f386e4..f8ca06c7a5 100755 --- a/tools/regtesting/do_regtest.py +++ b/tools/regtesting/do_regtest.py @@ -31,6 +31,7 @@ KEEPALIVE_SKIP_DIRS = [ "TMC/regtest_ana_post_proc", "LIBTEST/libvori", "LIBTEST/libbqb", + "QS/regtest-ec" ] # ======================================================================================