aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/tests/file_cmds.plist
blob: 4e4d1354a1a22b0d9639c0a0bb562d57452a116f (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
<?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>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>