repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add : child_dependencies/ parent_dependencies in livestatus module.
[shinken.git]
/
test
/
test.sh
blob
5256f1919cb774be471cfe484c0ef31c2ccfbf6f
1
#!/bin/sh
2
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