aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-10 12:17:34 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-10 12:17:34 +0100
commita0364c2561dda4c4b67e7e3b6830719b4ed60916 (patch)
tree2fef05a3297cf8a3643dfe0f2fac3a30fc2c2183 /GNUmakefile
parentaa0c59c7a3ede267730fe85f9e27b1814f9e897a (diff)
set_nd_nq is now in mkin, fix Steps12 bug
If a scenario with a slash "/" was selected in PEC_sw_focus(), the Step 2 file generated giving an error (path not found) in the Steps12 calculator, because the scenario name is part of the "compound" name in this implementation, in order to show it in the list that the calculator presents.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index aeb09e2..0724630 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,7 +57,7 @@ winbin: $(WINBIN)
test: build
@echo "Running testthat tests..."
- NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log
+ NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'options(cli.dynamic = TRUE); devtools::test()' 2>&1 | tee test.log
sed -i -e "s/\r.*\r//" test.log
@echo "DONE."

Contact - Imprint