summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2023-10-07 13:25:01 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2023-10-07 13:25:01 +0000
commit478147c59de2547cb1e3e0a0cd5309c25f4453dc (patch)
tree34b9431676648ad97f81a61552ee2d6cce972bcb
parentf0886ae03e58c7d0b399cfd93f55a301dee0bce1 (diff)
parentc0d0785944442f497f92963964f941415163c414 (diff)
downloadsubplot-478147c59de2547cb1e3e0a0cd5309c25f4453dc.tar.gz
Merge branch 'liw/ofline-test' into 'main'
tests: don't run website example in --offline mode See merge request subplot/subplot!354
-rwxr-xr-xcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/check b/check
index 710232c..58407aa 100755
--- a/check
+++ b/check
@@ -269,7 +269,8 @@ def check_subplots(r):
lambda f: f == f.lower() and "subplotlib" not in f and "test-outputs" not in f,
)
if r.offline:
- subplots = [s for s in subplots if s != "reference.subplot"]
+ r.msg("Only testing subplot.subplot due to --offline")
+ subplots = ["subplot.subplot"]
for subplot0 in subplots:
r.title(f"checking subplot {subplot0}")