14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
home #{shell readlink -f $MT_RUN_AREA_HOME}
parent #{shell readlink -f $MT_RUN_AREA_HOME/..}
[tests-paths]
1 #{get misc parent}/simplerun/tests
[setup]
# Set launchwait to yes to use the old launch run code that waits for the launch process to return before
# proceeding.
# launchwait yes
# Use http instead of direct filesystem access
transport http
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
|
|
<
|
|
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
home #{shell readlink -f $MT_RUN_AREA_HOME}
parent #{shell readlink -f $MT_RUN_AREA_HOME/..}
[tests-paths]
1 #{get misc parent}/simplerun/tests
[setup]
# Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding
launchwait no
# Use http instead of direct filesystem access
transport http
# If set to "default" the old code is used. Otherwise defaults to 200 or uses
# numeric value given.
|