From d246c53e66b22c7a5b2bb273be5478dba2467357 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 13 May 2024 11:07:43 +0200 Subject: Add shell defaults So far, our rules, where depending on the shell, implicitly use "normal" defaults, hard-coded in the rules. Support configuring those in a default target, in the same way we do so for other tools, like the C compiler. In this, it is also possible to bring your own shell, built as a (compiled) target. --- shell/test/runner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/test/runner') diff --git a/shell/test/runner b/shell/test/runner index a99d5b7..f762355 100755 --- a/shell/test/runner +++ b/shell/test/runner @@ -35,7 +35,7 @@ cd work date +%s > ../time-start # TODO: # - proper wrapping with timeout -if sh ../test.sh > ../stdout 2> ../stderr +if . ../invocation > ../stdout 2> ../stderr then RESULT=PASS else -- cgit v1.2.3