From 6e693052e080f698f93c49977ce57c946643deb2 Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Thu, 3 Oct 2024 17:12:30 -0400 Subject: [PATCH] rm > from test name since that fails on CI --- .ci/atime/tests.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/atime/tests.R b/.ci/atime/tests.R index fa790c17e..cea64c2a5 100644 --- a/.ci/atime/tests.R +++ b/.ci/atime/tests.R @@ -23,7 +23,7 @@ for (extra.arg in extra.args.6107){ retGrp_values <- c("T","F") for(retGrp_setup in retGrp_values){ for(retGrp_expr in retGrp_values){ - test.name <- sprintf("forderv(retGrp=%s->%s) improved in #4386", retGrp_setup, retGrp_expr) + test.name <- sprintf("forderv(retGrp=%s-%s) improved in #4386", retGrp_setup, retGrp_expr) extra.test.list[[test.name]] <- list( setup = substitute({ options(datatable.forder.auto.index = TRUE)