Skip to content

Commit

Permalink
ORIGINAL Modify tests to report GR status and error
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 24, 2024
1 parent 28c629b commit c40e0d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ is_auto() = Plots.bool_env("VISUAL_REGRESSION_TESTS_AUTO", "false")
is_pkgeval() = Plots.bool_env("JULIA_PKGEVAL", "false")
is_ci() = Plots.bool_env("CI", "false")

using Pkg
Pkg.status("GR")
error("done")

for name in (
"quality",
"misc",
Expand Down

0 comments on commit c40e0d9

Please sign in to comment.