mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change
on this file since 6763371 was
f0eb81d,
checked in by Mei <mei@…>, 13 years ago
|
1) modified example's runall so a better tools to do complete run
also add runcheck to do comparison of run result
|
-
Property mode set to
100755
|
File size:
172 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | rm -rf allout |
---|
4 | |
---|
5 | runall run > allout |
---|
6 | result=`diff allout allout.save` |
---|
7 | |
---|
8 | if [ "$result" = "" ]; then |
---|
9 | echo "...no changes..." |
---|
10 | else |
---|
11 | echo "!!!got changes!!!" |
---|
12 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.