From Fedora Project Wiki
(invocation concerns)
 
(absolute paths are fixed)
Line 1: Line 1:
In invocation why would I want to hardcode absolute paths for test execution, artifacts, logs, etc.
# In invocation why would I want to hardcode absolute paths for test execution, artifacts, logs, This should be a relative path so where ever you run things it is in the local workspace.  My machine, Jenkins, taskotron, etc.
This should be a relative path so where ever you run things it is in the local workspace.  My machine, Jenkins, taskotron, etc.
#* MartinPitt: I reworked the invocation; it was also impractical for tests that run as non-root, and it would have potentially clobbered the root directory with temporary stuff.

Revision as of 09:18, 28 March 2017

  1. In invocation why would I want to hardcode absolute paths for test execution, artifacts, logs, This should be a relative path so where ever you run things it is in the local workspace. My machine, Jenkins, taskotron, etc.
    • MartinPitt: I reworked the invocation; it was also impractical for tests that run as non-root, and it would have potentially clobbered the root directory with temporary stuff.