Enhancement - shadow files

- Properly clears out the context, so shadow files can work.
This commit is contained in:
Paul Beckingham 2009-06-21 15:37:36 -04:00
parent 52fb6abb9b
commit 40bde9e765
2 changed files with 10 additions and 4 deletions

View file

@ -9,3 +9,9 @@ done
date >> all.log
echo -n 'Pass: '
grep ^ok all.log | wc -l
echo -n 'Fail: '
grep ^not all.log | wc -l