abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since f30b1e9 was
14eea4a,
checked in by Mei <mei@…>, 12 years ago
|
1) update regression tests to work on bsd's 'test'/wc format
|
-
Property mode set to
100755
|
File size:
313 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | rm -rf *.pem *.xml *.log *.out |
---|
4 | |
---|
5 | echo '---setup principals' |
---|
6 | ./setup.py 1>attr.log 2>&1 |
---|
7 | |
---|
8 | echo '---run command ' |
---|
9 | env keystore=`pwd` ./attr.py > attr.out 2>&1 |
---|
10 | |
---|
11 | result=`cat attr.out |wc -l` |
---|
12 | if [ $result -eq 9 ]; then |
---|
13 | echo " PASSED" |
---|
14 | else |
---|
15 | echo " ERROR:basic_attribute test result differs!!!" |
---|
16 | fi |
---|
17 | |
---|
Note: See
TracBrowser
for help on using the repository browser.