]> git.saurik.com Git - apple/file_cmds.git/blob - tests/file_cmds.plist
file_cmds-321.100.10.0.1.tar.gz
[apple/file_cmds.git] / tests / file_cmds.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Project</key>
6 <string>file_cmds</string>
7 <key>IgnoreOutput</key>
8 <true/>
9 <key>Tests</key>
10 <array>
11 <dict>
12 <key>Command</key>
13 <array>
14 <string>/bin/sh</string>
15 <string>cp.sh</string>
16 </array>
17 <key>AsRoot</key>
18 <false/>
19 <key>TestName</key>
20 <string>cp</string>
21 <key>WhenToRun</key>
22 <array>
23 <string>PRESUBMISSION</string>
24 <string>NIGHTLY</string>
25 </array>
26 <key>WorkingDirectory</key>
27 <string>/AppleInternal/Tests/file_cmds</string>
28 </dict>
29 <dict>
30 <key>Command</key>
31 <array>
32 <string>/bin/sh</string>
33 <string>touch.sh</string>
34 </array>
35 <key>AsRoot</key>
36 <false/>
37 <key>TestName</key>
38 <string>touch</string>
39 <key>WhenToRun</key>
40 <array>
41 <string>PRESUBMISSION</string>
42 <string>NIGHTLY</string>
43 </array>
44 <key>WorkingDirectory</key>
45 <string>/AppleInternal/Tests/file_cmds</string>
46 </dict>
47 <dict>
48 <key>Command</key>
49 <array>
50 <string>/bin/sh</string>
51 <string>chgrp.sh</string>
52 </array>
53 <key>AsRoot</key>
54 <true/>
55 <key>TestName</key>
56 <string>chgrp</string>
57 <key>WhenToRun</key>
58 <array>
59 <string>PRESUBMISSION</string>
60 <string>NIGHTLY</string>
61 </array>
62 <key>WorkingDirectory</key>
63 <string>/AppleInternal/Tests/file_cmds</string>
64 </dict>
65 </array>
66 <key>Timeout</key>
67 <integer>30</integer>
68 </dict>
69 </plist>