aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/tests/file_cmds.plist
blob: 337d4b4c110dae371d3fd0a65f3a9d08abfe14cb (plain) (blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Project</key>
	<string>file_cmds</string>
	<key>IgnoreOutput</key>
	<true/>
	<key>Tests</key>
	<array>
		<dict>
			<key>Command</key>
			<array>
				<string>/bin/sh</string>
				<string>cp.sh</string>
			</array>
			<key>AsRoot</key>
			<false/>
			<key>TestName</key>
			<string>cp</string>
			<key>WhenToRun</key>
			<array>
				<string>PRESUBMISSION</string>
				<string>NIGHTLY</string>
			</array>
			<key>WorkingDirectory</key>
			<string>/AppleInternal/Tests/file_cmds</string>
		</dict>
		<dict>
			<key>Command</key>
			<array>
				<string>/bin/sh</string>
				<string>touch.sh</string>
			</array>
			<key>AsRoot</key>
			<false/>
			<key>TestName</key>
			<string>touch</string>
			<key>WhenToRun</key>
			<array>
				<string>PRESUBMISSION</string>
				<string>NIGHTLY</string>
			</array>
			<key>WorkingDirectory</key>
			<string>/AppleInternal/Tests/file_cmds</string>
		</dict>
		<dict>
			<key>Command</key>
			<array>
				<string>/bin/sh</string>
				<string>chgrp.sh</string>
			</array>
			<key>AsRoot</key>
			<true/>
			<key>TestName</key>
			<string>chgrp</string>
			<key>WhenToRun</key>
			<array>
				<string>PRESUBMISSION</string>
				<string>NIGHTLY</string>
			</array>
			<key>WorkingDirectory</key>
			<string>/AppleInternal/Tests/file_cmds</string>
		</dict>
	</array>
	<key>Timeout</key>
	<integer>30</integer>
</dict>
</plist>