source:
examples/python_tests/runcheck
@
d6ff6f1
Last change on this file since d6ff6f1 was f824a9e, checked in by , 12 years ago | |
---|---|
|
|
File size: 239 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | rm -rf allout.tmp |
4 | |
5 | echo 'running libabac PYTHON testing...' |
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.