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

Subversion リポジトリの参照

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/ccs-tools/ccstools/kernel_test/testall.sh revision 111 by kumaneko, Wed Feb 28 11:45:08 2007 UTC trunk/1.6.x/ccs-tools/ccstools/kernel_test/testall.sh revision 894 by kumaneko, Tue Jan 15 03:00:17 2008 UTC
# Line 1  Line 1 
1  #! /bin/sh  #! /bin/sh
2    
3  export PATH=/root/ccstools/kernel_test/:${PATH}  cd ${0%/*}
4    export PATH=$PWD:${PATH}
5    
6  echo "Testing all. (All results are reported)"  echo "Testing all. (All results are reported)"
 newns sakura_trace_test  
7  newns sakura_filesystem_test  newns sakura_filesystem_test
 newns sakura_capability_test  
8  newns sakura_bind_test  newns sakura_bind_test
9  newns tomoyo_file_test  newns tomoyo_file_test
10  newns tomoyo_rewrite_test  newns tomoyo_rewrite_test
11  newns tomoyo_capability_test  newns tomoyo_capability_test
12  newns tomoyo_signal_test  newns tomoyo_signal_test
13  newns tomoyo_network_test  newns tomoyo_network_test
 newns tomoyo_port_test  
14  newns tomoyo_argv0_test  newns tomoyo_argv0_test
15    newns tomoyo_env_test
16  echo  echo
17  echo  echo
18  echo  echo
19  echo "Testing all. (Only ERRORS are reported)"  echo "Testing all. (Only ERRORS are reported)"
 newns sakura_trace_test | grep -vF OK | grep -vF 'ReadOnly:'  
20  newns sakura_filesystem_test | grep -vF OK | grep -F '('  newns sakura_filesystem_test | grep -vF OK | grep -F '('
 newns sakura_capability_test | grep -vF OK | grep -F '('  
21  newns sakura_bind_test | grep -vF exhausted | grep -vF Done  newns sakura_bind_test | grep -vF exhausted | grep -vF Done
22  newns tomoyo_file_test | grep -vF OK | grep -F '('  newns tomoyo_file_test | grep -vF OK | grep -F '('
23  newns tomoyo_rewrite_test | grep -vF OK | grep -F '('  newns tomoyo_rewrite_test | grep -vF OK | grep -F '('
24  newns tomoyo_capability_test | grep -vF OK | grep -F '('  newns tomoyo_capability_test | grep -vF OK | grep -F '('
25  newns tomoyo_signal_test | grep -vF OK | grep -F '('  newns tomoyo_signal_test | grep -vF OK | grep -F '('
26  newns tomoyo_network_test | grep -vF OK | grep -F '('  newns tomoyo_network_test | grep -vF OK | grep -F '('
 newns tomoyo_port_test | grep -vF OK | grep -F '('  
27  newns tomoyo_argv0_test | grep -vF OK | grep -F '('  newns tomoyo_argv0_test | grep -vF OK | grep -F '('
28    newns tomoyo_env_test | grep -vF OK | grep -F '('

Legend:
Removed from v.111  
changed lines
  Added in v.894

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