Add : child_dependencies/ parent_dependencies in livestatus module.
[shinken.git] / test / test.sh
blob5256f1919cb774be471cfe484c0ef31c2ccfbf6f
1 #!/bin/sh
3 cd test
4 echo `pwd`
5 #python test_problem_impact.py
6 for ii in `ls -1 test_*py`; do echo "Launching Test $ii" && python $ii; done