From c39e31a1fc391b4bf1aaf73f47c1efb6cbd4daff Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Tue, 26 Nov 2024 13:42:54 +0100 Subject: [PATCH] fixed regression introduced in my last commit work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958] --- ci/ipr.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ipr.jenkins b/ci/ipr.jenkins index e202737..ab8bbb0 100644 --- a/ci/ipr.jenkins +++ b/ci/ipr.jenkins @@ -22,7 +22,7 @@ pipeline { sh """#!/bin/bash set -o errexit source ${IPRBENCH_VENV_PATH}/bin/activate && - python -m unittest ./test + python -m unittest """ } }