source: examples/passphrase_tests/python/setup @ a59bc06

mei_rt2mei_rt2_fix_1
Last change on this file since a59bc06 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: 202 bytes
Line 
1#!/bin/sh
2
3pwd=`pwd`
4list=`ls -1 --hide="*_hand"`
5
6for i in $list ; do
7    if [ -d $i ]; then
8        printf " ...running on %s\n" "$i"  >& 2;
9        cd $i
10        ./setup
11        cd $pwd
12    fi
13done
Note: See TracBrowser for help on using the repository browser.