source: examples/runcheck @ 9502c50

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since 9502c50 was 7727f26, checked in by Mei <mei@…>, 12 years ago

1) add environment variables DUMP_DB, ABAC_CN.

ABAC_CN will switch to using CNs for keyid insead of SHAs

2) add/modified couple of doc files.

  • Property mode set to 100755
File size: 186 bytes
Line 
1#!/bin/sh
2
3rm -rf allout
4
5env ABAC_CN=1 runall 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.