mei_rt2mei_rt2_fix_1
Last change
on this file since 3a867a1 was
f824a9e,
checked in by Mei <mei@…>, 12 years ago
|
1) add more doc to python_tests
|
-
Property mode set to
100755
|
File size:
239 bytes
|
Rev | Line | |
---|
[5110d42] | 1 | #!/bin/sh |
---|
| 2 | |
---|
| 3 | rm -rf allout.tmp |
---|
| 4 | |
---|
[d9c3886] | 5 | echo 'running libabac PYTHON testing...' |
---|
[5110d42] | 6 | |
---|
| 7 | env ./runall run 1> allout.tmp 2>& 1 |
---|
| 8 | |
---|
| 9 | result=`diff allout.tmp allout.save` |
---|
| 10 | |
---|
| 11 | if [ "$result" = "" ]; then |
---|
| 12 | echo " PASSED" |
---|
| 13 | else |
---|
| 14 | echo " ERROR:got changes!!!" |
---|
| 15 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.