source: examples/python_tests/runcheck @ ba6027a

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

1) modified code all around to add support for encrypted private key for

ID credential

2) add new abac_key_t structure (abac_key.c)
3) add new keycheck option to creddy
4) add 2 new test suites

  • Property mode set to 100755
File size: 284 bytes
Line 
1#!/bin/sh
2
3rm -rf allout.tmp
4
5./.runall clean 1>/dev/null 2>&1
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.