Skip to content

Commit 87ee32a

Browse files
author
Vasileios Karakasis
committed
Revert change in text of deps tutorial
1 parent c0c7e4b commit 87ee32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial_deps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ As done previously, we define the dependencies with the the following line:
7373

7474
Here we tell ReFrame that this test depends on a test named :class:`OSUBuildTest` "by environment."
7575
This means that the test cases of this test will only depend on the test cases of the :class:`OSUBuildTest` that use the same environment;
76-
partitions will be independent.
76+
partitions may be different.
7777

7878
The next step for the :class:`OSULatencyTest` is to set its executable to point to the binary produced by the :class:`OSUBuildTest`.
7979
This is achieved with the following specially decorated function:

0 commit comments

Comments
 (0)