From eaf0cf8bb884e9bf8227cd50c9c0692ed60842c7 Mon Sep 17 00:00:00 2001 From: Lennart Kramer <lennart.kramer@stud.uni-goettingen.de> Date: Fri, 3 Jul 2020 14:53:03 +0200 Subject: [PATCH] see how many errors with MaximaPool --- .gitlab-ci.yml | 1 + testimage.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f43f34d..5d029df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ test_maxima: POSTGRES_PASSWORD: "" POSTGRES_HOST_AUTH_METHOD: "trust" TRAVIS_BUILD_DIR: "$CI_PROJECT_DIR" + TEST_URL: "http://2020042000.kub00.math.uni-goettingen.de/MaximaPool" tags: - docker script: diff --git a/testimage.sh b/testimage.sh index 4a16958..3773c31 100644 --- a/testimage.sh +++ b/testimage.sh @@ -34,7 +34,7 @@ moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLATFORM", " moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMAVERSION", "5.41.0");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASTIMEOUT", "10");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASRESULTSCACHE", "db");' -moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMAND", "http://2020042000.kub00.math.uni-goettingen.de/goemaxima");' +moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMAND", "'"$TEST_URL"'");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_PLOTCOMMAND", "gnuplot");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMALIBRARIES", "stats, distrib, descriptive, simplex");' moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_CASDEBUGGING", "0");' -- GitLab