オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Contents of /trunk/2.4.x/tomoyo-tools/kernel_test/testall.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066 - (show annotations) (download) (as text)
Fri Mar 28 15:38:24 2008 UTC (16 years, 1 month ago) by kumaneko
Original Path: trunk/1.6.x/ccs-tools/ccstools/kernel_test/testall.sh
File MIME type: text/x-sh
File size: 1109 byte(s)


1 #! /bin/sh
2
3 cd ${0%/*}
4 export PATH=$PWD:${PATH}
5
6 echo "Testing all. (All results are reported)"
7 newns sakura_filesystem_test
8 newns sakura_bind_test
9 newns tomoyo_file_test
10 newns tomoyo_rewrite_test
11 newns tomoyo_capability_test
12 newns tomoyo_signal_test
13 newns tomoyo_network_test
14 newns tomoyo_argv0_test
15 newns tomoyo_env_test
16 newns tomoyo_new_file_test
17 echo
18 echo
19 echo
20 echo "Testing all. (Only ERRORS are reported)"
21 newns sakura_filesystem_test | grep -vF OK | grep -F '('
22 newns sakura_bind_test | grep -vF exhausted | grep -vF Done
23 newns tomoyo_file_test | grep -vF OK | grep -F '('
24 newns tomoyo_rewrite_test | grep -vF OK | grep -F '('
25 newns tomoyo_capability_test | grep -vF OK | grep -F '('
26 newns tomoyo_signal_test | grep -vF OK | grep -F '('
27 newns tomoyo_network_test | grep -vF OK | grep -F '('
28 newns tomoyo_argv0_test | grep -vF OK | grep -F '('
29 newns tomoyo_env_test | grep -vF OK | grep -F '('
30 echo "Testing policy I/O. (Only ERRORS are reported)"
31 newns tomoyo_bprm_test | grep -vF OK
32 newns tomoyo_cond_test | grep -vF OK
33 newns ccs_policy_io_test | grep -vF OK
34 newns tomoyo_new_file_test | grep -vF OK

Properties

Name Value
svn:executable *

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26