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

Subversion リポジトリの参照

Annotation of /trunk/1.8.x/ccs-tools/ccstools/kernel_test/testall.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 111 - (hide annotations) (download) (as text)
Wed Feb 28 11:45:08 2007 UTC (17 years, 2 months ago) by kumaneko
Original Path: trunk/ccs-tools/ccstools/kernel_test/testall.sh
File MIME type: text/x-sh
File size: 1058 byte(s)


1 kumaneko 111 #! /bin/sh
2    
3     export PATH=/root/ccstools/kernel_test/:${PATH}
4    
5     echo "Testing all. (All results are reported)"
6     newns sakura_trace_test
7     newns sakura_filesystem_test
8     newns sakura_capability_test
9     newns sakura_bind_test
10     newns tomoyo_file_test
11     newns tomoyo_rewrite_test
12     newns tomoyo_capability_test
13     newns tomoyo_signal_test
14     newns tomoyo_network_test
15     newns tomoyo_port_test
16     newns tomoyo_argv0_test
17     echo
18     echo
19     echo
20     echo "Testing all. (Only ERRORS are reported)"
21     newns sakura_trace_test | grep -vF OK | grep -vF 'ReadOnly:'
22     newns sakura_filesystem_test | grep -vF OK | grep -F '('
23     newns sakura_capability_test | grep -vF OK | grep -F '('
24     newns sakura_bind_test | grep -vF exhausted | grep -vF Done
25     newns tomoyo_file_test | grep -vF OK | grep -F '('
26     newns tomoyo_rewrite_test | grep -vF OK | grep -F '('
27     newns tomoyo_capability_test | grep -vF OK | grep -F '('
28     newns tomoyo_signal_test | grep -vF OK | grep -F '('
29     newns tomoyo_network_test | grep -vF OK | grep -F '('
30     newns tomoyo_port_test | grep -vF OK | grep -F '('
31     newns tomoyo_argv0_test | grep -vF OK | grep -F '('

Properties

Name Value
svn:executable *

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