From 1f6db848e8727b367540397cfbf847a9b4a200fe Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Fri, 18 Oct 2024 11:13:58 -0400 Subject: [PATCH] moretry --- test_harness.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_harness.jl b/test_harness.jl index 71619dc..c821243 100644 --- a/test_harness.jl +++ b/test_harness.jl @@ -23,7 +23,7 @@ println(""" ############### # To reproduce this CI run locally, check out $(commit_info)this repo and # run the following in the environment on julia version $VERSION -# `import Pkg; Pkg.test(;$(map(repr, collect(kwargs))...)` +# `import Pkg; Pkg.test(;$(map(kv -> print(k, "=", repr(v), ", "), collect(kwargs))))` ################ """)