From 419c1861fb957542a923cf7eb495769ca1dd56df Mon Sep 17 00:00:00 2001 From: Victor Poughon <victor.poughon@cnes.fr> Date: Mon, 25 Feb 2019 18:28:25 +0100 Subject: [PATCH] REFAC: blacklist LAIAndPROSAILToSensorResponse example for now --- Documentation/Cookbook/Scripts/RunExamples.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/Cookbook/Scripts/RunExamples.py b/Documentation/Cookbook/Scripts/RunExamples.py index 7fdd7ea2e9..e04ea62e62 100755 --- a/Documentation/Cookbook/Scripts/RunExamples.py +++ b/Documentation/Cookbook/Scripts/RunExamples.py @@ -28,9 +28,10 @@ import re from rst_utils import examples_usage_regex -# blacklist ApplicationExample for now because it does not produce a binary -# we can run (we could patch this script to support applications in the future) -blacklist = ["ApplicationExample"] +blacklist = [ + "ApplicationExample", # does not produce a binary (uses the application engine) + "LAIAndPROSAILToSensorResponse" # does not run, wrong arguments + ] def run_example(otb_root, otb_data, name, dry_run): """ -- GitLab