abac0-leakabac0-mei
Last change
on this file since 6cd69a0 was
ec550f7,
checked in by Mei <mei@…>, 11 years ago
|
1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading
an attribute credentials
4) add examples of GENI specific attribute credentials
and principal certificates into the regression testing
5) rename examples to tests
|
-
Property mode set to
100755
|
File size:
612 bytes
|
Rev | Line | |
---|
[7e3f5e2] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | # either fruit_orig or likes_orig |
---|
| 4 | type=$1 |
---|
| 5 | |
---|
| 6 | filename=${type}_orig |
---|
| 7 | |
---|
| 8 | if [ -e $filename ]; then |
---|
| 9 | rm -rf ${type}_load.jpeg ${type}_load.dat |
---|
| 10 | rm -rf ${type}_good1.jpeg ${type}_good1.dat |
---|
| 11 | rm -rf ${type}_bad1.jpeg ${type}_bad1.dat |
---|
| 12 | rm -rf ${type}_mgood.jpeg ${type}_mgood.dat |
---|
| 13 | rm -rf ${type}_mbad.jpeg ${type}_mbad.dat |
---|
| 14 | |
---|
| 15 | grep "GOOD_t" $filename | sort -n > ${type}_mgood.dat |
---|
| 16 | grep "GOOD_f" $filename | sort -n > ${type}_good1.dat |
---|
| 17 | grep "BAD_t" $filename | sort -n > ${type}_mbad.dat |
---|
| 18 | grep "BAD_f" $filename | sort -n > ${type}_bad1.dat |
---|
| 19 | grep "LOAD" $filename | sort -n > ${type}_load.dat |
---|
| 20 | |
---|
| 21 | fi |
---|
| 22 | |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.