abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change
on this file since bc7133b was
be6cb41,
checked in by Mei <mei@…>, 12 years ago
|
1) forgot to add the new files
|
-
Property mode set to
100755
|
File size:
462 bytes
|
Rev | Line | |
---|
[be6cb41] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | rm -rf *.pem *.xml *.log *.out |
---|
| 4 | |
---|
| 5 | echo '---setup principals' |
---|
| 6 | ./setup.py 1>/dev/null 2>& 1 |
---|
| 7 | |
---|
| 8 | echo '---setup attributes' |
---|
| 9 | ./attr.py 1>intersect.log 2>& 1 |
---|
| 10 | |
---|
| 11 | echo '---run queries' |
---|
| 12 | env keystore=`pwd` ./query.py 1>intersect.out 2>& 1 |
---|
| 13 | |
---|
| 14 | good=`grep success intersect.out |wc -l` |
---|
| 15 | bad=`grep failure intersect.out |wc -l` |
---|
| 16 | if [ "$good" = "1" -a "$bad" = "1" ]; then |
---|
| 17 | echo " PASSED" |
---|
| 18 | else |
---|
| 19 | echo " ERROR:acme_rockets_intersection_rt0 test result differs!!!" |
---|
| 20 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.