DEBSOURCES
Skip Quicknav
sources / quickfix / 1.13.3%2Bdfsg-9 / test / runut_python.sh
123456789
#!/bin/sh DIR=`pwd` cd ../src/python ./test.sh RESULT=$? cd $DIR exit $RESULT