From 0a3451f251f360267e2927d8320787d59148eadd Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 29 Mar 2024 02:16:15 +0100 Subject: Allow passing additional args to test step --- ci/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test.sh b/ci/test.sh index 3f1e3f9..2650f70 100755 --- a/ci/test.sh +++ b/ci/test.sh @@ -1,2 +1,2 @@ #!/bin/sh -ctest --test-dir $builddir +ctest --test-dir $builddir "$@" -- cgit v1.1