From a3b54ebb89a2da918059d62cb3f04dac00d0341a Mon Sep 17 00:00:00 2001 From: "Lemmer, Jan" <jan.lemmer@fst.tu-darmstadt.de> Date: Thu, 7 Oct 2021 15:57:17 +0200 Subject: [PATCH] Update runner_test.m --- CI_files/runner_test.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CI_files/runner_test.m b/CI_files/runner_test.m index 14781e7..496afd8 100644 --- a/CI_files/runner_test.m +++ b/CI_files/runner_test.m @@ -1,5 +1,7 @@ function [result] = runner_test() %RUNNER_TEST testing function to test, if the runner is set up properly result = true; + +exit(result); end -- GitLab