projects
/
ctf-testsuite.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge pull request #26 from compudj/master
[ctf-testsuite.git]
/
tests
/
1.8
/
regression
/
run.sh
1
#!/bin/sh
2
3
for
dir
in
$
(
find
-mindepth
1
-maxdepth
1
-type
d
);
do
4
echo
"Running
${dir}
tests"
5
cd
${dir}
6
.
/
run.sh
7
cd
..
8
done
This page took
0.029703 seconds
and
4
git commands to generate.