Skip to content

Commit 8fa5744

Browse files
authored
Address PR comments
1 parent 6e4de36 commit 8fa5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_build_automation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Here is the test's code:
109109

110110

111111
When :attr:`~reframe.core.pipeline.RegressionTest.build_system` is set to ``'Spack'``, ReFrame will leverage Spack environments in order to build the test code.
112-
For this reason, currently user must specify an environment.
112+
For this reason, currently, users must specify an environment.
113113
ReFrame treats Spack environments as *test resources* so it expects to find them under the test's :attr:`~reframe.core.pipeline.RegressionTest.sourcesdir`, which defaults to ``'src'``.
114114
Here is the directory structure for the test in this particular example that we show here:
115115

0 commit comments

Comments
 (0)