]> git.lyx.org Git - features.git/blob - development/keystest/reproduce.sh
Cmake debian packaging: use correct section (instead of "devel")
[features.git] / development / keystest / reproduce.sh
1 #!/bin/bash
2 KT=`dirname $0`
3 AND_THEN_QUIT="y" time $KT/autolyx $1 
4 RESULT=$?
5 echo RESULT_REPRODUCE $RESULT
6 exit $RESULT