Skip to content

Commit 9369052

Browse files
authored
Merge branch 'master' into fixing-tutorial-links
2 parents dc960f9 + b1524a2 commit 9369052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Here is the full ReFrame test:
8585

8686
.. literalinclude:: ../examples/tutorial/stream/stream_runonly.py
8787
:caption:
88-
:pyobject: stream_test
88+
:lines: 5-
8989

9090
ReFrame tests are specially decorated classes that ultimately derive from the :class:`~reframe.core.pipeline.RegressionTest` class.
9191
Since we only want to run an executable in this first test, we derive from the :class:`~reframe.core.pipeline.RunOnlyRegressionTest` class, which essentially short-circuits the "compile" stage of the test.
@@ -195,7 +195,7 @@ When ReFrame executes tests, it first copies over all of the test resources (if
195195
Upon successful execution, the test artifacts will be copied over to the *output directory* for archiving.
196196
The default artifacts for every test are the generated test script as well as the test's standard output and standard error.
197197
The default location for the stage and output directories are the ``./stage`` and ``./output`` directories.
198-
These can be changed with the :option:`-s` and :option:`-o` options or the more general :option:`--prefix` option.
198+
These can be changed with the :option:`--stage` and :option:`--output` options or the more general :option:`--prefix` option.
199199
The test artifacts of our first example can be found in the following location:
200200

201201
.. code-block:: bash

0 commit comments

Comments
 (0)