From 77accca496d5fc2c3a5ba6c34dcf24f36778af5d Mon Sep 17 00:00:00 2001 From: Dorchies David <david.dorchies@irstea.fr> Date: Fri, 10 Jul 2020 15:01:20 +0200 Subject: [PATCH] test: Add exception to regression tests This file allows to define which variable should not be tested because difference is due to a bug correction or a new feature. In current dev version there are differencies with CRAN version on GR2M due to the adding of a new state variable in outputs. This file should be removed when current dev version will be released on CRAN. Refs #59 --- .regressionignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .regressionignore diff --git a/.regressionignore b/.regressionignore new file mode 100644 index 00000000..f045b692 --- /dev/null +++ b/.regressionignore @@ -0,0 +1,7 @@ +# .test-regression.ignore contains the list of topic/variables produces by +# documentation examples that should be ignore in the regression test +# The format of this file is: 5 lines of comments followed by one line by +# ignored variable : [Topic]<SPACE>[Variable]. +# Example for ignoring OutputsModel variable produced by example("RunModel_GR2M"): RunModel_GR2M OutputsModel +RunModel_GR2M OutputsModel +RunModel_GR2M RunOptions -- GitLab