Skip to content

Commit

Permalink
moretry
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Oct 18, 2024
1 parent 398c13d commit 1f6db84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_harness.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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))))`
################
""")

Expand Down

0 comments on commit 1f6db84

Please sign in to comment.