Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Caylo committed Aug 9, 2016
1 parent ea29d99 commit 928fdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 928fdf8

Please sign in to comment.