From 928fdf8fb613a6252bd0ef3d371cde1e6bd337d3 Mon Sep 17 00:00:00 2001 From: Caylo Date: Tue, 9 Aug 2016 15:51:12 +0200 Subject: [PATCH] fix test path --- test/framework/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/framework/options.py b/test/framework/options.py index 52c4458a3b..3be8430776 100644 --- a/test/framework/options.py +++ b/test/framework/options.py @@ -945,7 +945,7 @@ def test_from_pr_listed_ecs(self): outtxt = self.eb_main(args, logfile=dummylogfn, raise_error=True) modules = [ (test_ecs_path, 'toy/0.0'), # not included in PR - (test_ecs_path, 'GCC/4.9.2'), # not included in PR + (tmpdir, 'GCC/4.9.2'), # not included in PR (tmpdir, 'hwloc/1.10.0-GCC-4.9.2'), (tmpdir, 'numactl/2.0.10-GCC-4.9.2'), (tmpdir, 'OpenMPI/1.8.4-GCC-4.9.2'),