fixed regression introduced in my last commit

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958]
This commit is contained in:
Guillaume Raffy 2024-11-26 13:42:54 +01:00
parent 7d019f74dd
commit c39e31a1fc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pipeline {
sh """#!/bin/bash
set -o errexit
source ${IPRBENCH_VENV_PATH}/bin/activate &&
python -m unittest ./test
python -m unittest
"""
}
}