Skip to content

Commit 8918090

Browse files
committed
Fixed filter '_dgr-' to '__dgr-
1 parent 85ce06e commit 8918090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
junit_rep <- JunitReporter$new(file = "test_results_dsdanger.xml");
336336
progress_rep <- ProgressReporter$new(max_failures = 999999);
337337
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
338-
testthat::test_package("$(projectName)", filter = "_dgr-|datachk_dgr-|smk_dgr-|arg_dgr-|disc_dgr-|smk_expt_dgr-|expt_dgr-|math_dgr-", reporter = multi_rep, stop_on_failure = FALSE)
338+
testthat::test_package("$(projectName)", filter = "__dgr-|datachk_dgr-|smk_dgr-|arg_dgr-|disc_dgr-|smk_expt_dgr-|expt_dgr-|math_dgr-", reporter = multi_rep, stop_on_failure = FALSE)
339339
'"'"'
340340
)
341341
);

0 commit comments

Comments
 (0)