source: examples/runcheck @ efacf92

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since efacf92 was f0eb81d, checked in by Mei <mei@…>, 12 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
3rm -rf allout
4
5runall run > allout
6result=`diff allout allout.save`
7
8if [ "$result" = "" ]; then
9   echo "...no changes..."
10else
11   echo "!!!got changes!!!"
12fi
Note: See TracBrowser for help on using the repository browser.