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

Subversion リポジトリの参照

Contents of /branches/kernel_test/testall.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 385 - (show annotations) (download) (as text)
Sun Aug 19 08:05:37 2007 UTC (16 years, 9 months ago) by kumaneko
Original Path: trunk/1.5.x/ccs-tools/ccstools/kernel_test/testall.sh
File MIME type: text/x-sh
File size: 811 byte(s)


1 #! /bin/sh
2
3 export PATH=/usr/lib/ccs/kernel_test/:${PATH}
4
5 echo "Testing all. (All results are reported)"
6 newns sakura_filesystem_test
7 newns sakura_bind_test
8 newns tomoyo_file_test
9 newns tomoyo_rewrite_test
10 newns tomoyo_capability_test
11 newns tomoyo_signal_test
12 newns tomoyo_network_test
13 newns tomoyo_argv0_test
14 echo
15 echo
16 echo
17 echo "Testing all. (Only ERRORS are reported)"
18 newns sakura_filesystem_test | grep -vF OK | grep -F '('
19 newns sakura_bind_test | grep -vF exhausted | grep -vF Done
20 newns tomoyo_file_test | grep -vF OK | grep -F '('
21 newns tomoyo_rewrite_test | grep -vF OK | grep -F '('
22 newns tomoyo_capability_test | grep -vF OK | grep -F '('
23 newns tomoyo_signal_test | grep -vF OK | grep -F '('
24 newns tomoyo_network_test | grep -vF OK | grep -F '('
25 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