-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestConformance.xml
More file actions
43 lines (37 loc) · 1.91 KB
/
TestConformance.xml
File metadata and controls
43 lines (37 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Commands>
<KillProcesses SearchFor="RunnerDaemonTestConformance*"/>
<BuildMultipleExes ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerDaemonTestConformance\" ExeName="RunnerDaemonTestConformance.exe" />
<If MachineName="pc17">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerMasterTestConformance\"
ExeName="RunnerMasterTestConformance.exe"
Args="C:\TestFileRepoSmall"
Skip="null"
Take="100"
/>
<Run Exe="C:\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerDaemonTestConformance\bin\Debug\RunnerDaemonTestConformance*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonTestConformance*"/>
</If>
<If MachineName="win8-1">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerMasterTestConformance\"
ExeName="RunnerMasterTestConformance.exe"
Args="C:\TestFileRepoSmall"
Skip="null"
Take="null"
/>
<Run Exe="\\win8-1\win8-1-c\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerDaemonTestConformance\bin\Debug\RunnerDaemonTestConformance*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonTestConformance*"/>
</If>
<If MachineName="bigi5-8">
<RunnerMaster ProjectPath="C:\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerMasterTestConformance\"
ExeName="RunnerMasterTestConformance.exe"
Args="\\bigi5-8\c\TestFileRepo"
Skip="null"
Take="2000"
/>
<Run Exe="\\bigi5-8\c\Users\Eric\Documents\OxRunner\RunnerTestConformance\RunnerDaemonTestConformance\bin\Debug\RunnerDaemonTestConformance*.exe" />
<WaitForRunnerMaster />
<KillProcesses SearchFor="RunnerDaemonTestConformance*"/>
</If>
</Commands>