
# -p -- Preview mode
# -d -- Debug mode
# -C -- Don't clean up build directory
# -f <file name> -- the <file name> is taken to be the name of the SCRAP
#                   master file

SCRAPSRCDIR=/pd/mcondon
echo Doing a dry_run ...
/usr/local/bin/scrap -p -f $SCRAPSRCDIR/scrapIUT > /tmp/scrap.out
echo Doing the real thing ...
/usr/local/bin/scrap -C -d -f $SCRAPSRCDIR/scrapIUT | tee  /tmp/scrap.rout | egrep "(START|FAILED|PASSED|COOKIE|Checking|Configuring|good|We must configure|This host is not|We just have to wipe|Exiting without cell config)"

# NOTE: The above filter is also maintained in scrapIUT.
#       Changes here have to be added there also.

