We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ef28f commit 447b9cbCopy full SHA for 447b9cb
src/rez/tests/test_build.py
@@ -256,7 +256,7 @@ def test_set_standard_vars_escaping(self):
256
script_output,
257
f"""export REZ_BUILD_ENV="1"
258
export REZ_BUILD_PATH="{build_path}"
259
-export REZ_BUILD_THREAD_COUNT="12"
+export REZ_BUILD_THREAD_COUNT="{package.config.build_thread_count}"
260
export REZ_BUILD_VARIANT_INDEX="0"
261
export REZ_BUILD_VARIANT_REQUIRES=''
262
export REZ_BUILD_VARIANT_SUBPATH=""
0 commit comments