source: examples/python_tests/runcheck @ 3a867a1

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

1) add more doc to python_tests

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