From a3787d7db7d630f38e6c0f4771ac2665dda83b7d Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Mon, 8 Jul 2019 16:32:18 +0200 Subject: [PATCH] Update Boost test for PE19.06 --- cscs-checks/libraries/boost/boost_python_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscs-checks/libraries/boost/boost_python_check.py b/cscs-checks/libraries/boost/boost_python_check.py index 0e50e1fe83..9fd9cd3556 100644 --- a/cscs-checks/libraries/boost/boost_python_check.py +++ b/cscs-checks/libraries/boost/boost_python_check.py @@ -2,7 +2,7 @@ import reframe.utility.sanity as sn -@rfm.parameterized_test(['1.67.0', '19.03', '2.7'], ['1.67.0', '19.03', '3.6']) +@rfm.parameterized_test(['1.67.0', '19.06', '2.7'], ['1.67.0', '19.06', '3.6']) class BoostCrayGnuPythonTest(rfm.RegressionTest): def __init__(self, boost_version, cray_gnu_version, python_version): super().__init__()