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:
parent
7d019f74dd
commit
c39e31a1fc
|
@ -22,7 +22,7 @@ pipeline {
|
|||
sh """#!/bin/bash
|
||||
set -o errexit
|
||||
source ${IPRBENCH_VENV_PATH}/bin/activate &&
|
||||
python -m unittest ./test
|
||||
python -m unittest
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue