Home | History | Annotate | Download | only in tests
      1 #!/bin/bash
      2 
      3 SCRIPT_DIR=`dirname $BASH_SOURCE`
      4 cd $SCRIPT_DIR
      5 python test.py "$@"
      6 
      7