source: examples/python_tests/runcheck @ e3462b4

mei_rt2mei_rt2_fix_1
Last change on this file since e3462b4 was e3462b4, checked in by Mei <mei@…>, 12 years ago

1) make regression test to use just runcheck (hide runall)
2) alter the absolute path in the error message so the regression testing

would not be so user dependent when doing validation

3) add the missing null setting in abac_verifier's issuer_id line 335

  • Property mode set to 100755
File size: 267 bytes
Line 
1#!/bin/sh
2
3rm -rf allout.tmp
4
5./.runall clean
6
7echo '\n'
8echo 'running libabac PYTHON testing...'
9
10env ./.runall run 1> allout.tmp 2>& 1
11
12result=`diff allout.tmp allout.save`
13
14if [ "$result" = "" ]; then
15   echo "   PASSED"
16else
17   echo "   ERROR:got changes!!!"
18fi
Note: See TracBrowser for help on using the repository browser.