From cb24f1d0f442e8895e4b591630bb648e84e73ef2 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Fri, 20 Oct 2023 14:28:21 +0100 Subject: [PATCH] Add trace for test runs --- taskwarrior.cygport | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskwarrior.cygport b/taskwarrior.cygport index f7228da..5c9e470 100644 --- a/taskwarrior.cygport +++ b/taskwarrior.cygport @@ -18,6 +18,8 @@ inherit git DIFF_EXCLUDES=cmake.h src_test () { + local - + set -x cd "${B}/test" cygmake VERBOSE=1 ./run_all