Skip to content
Snippets Groups Projects
Commit 56575ed7 authored by Johannes Boog's avatar Johannes Boog
Browse files

[tests] adapt to accept ogs6 executable

parent 5836ee56
No related branches found
No related tags found
1 merge request!17Resolve "define ogs6 executable explicitly and add option for using singularioty containers"
......@@ -2,11 +2,10 @@
# helper function to skip tests if we don't have OpenGeoSys 6 dependencies
skip_if_ogs6_missing <- function() {
ogs6_path <- paste0(unlist(options("r2ogs6.default_ogs6_bin_path")),
"ogs.exe")
ogs6_path <- unlist(options("r2ogs6.default_ogs6_bin_path"))
if(!file.exists(ogs6_path)){
skip("ogs.exe not available for testing")
skip("ogs executable not available for testing")
}
skip("Skipping tests that call ogs6_run_simulation()")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment