Sign in
apache
/
infrastructure-ezmlm-idx
/
refs/heads/avoid-duplicate-headers
/
.
/
tools
/
test
blob: be9cccfaeb1d9bf8ba60c9ee2e282ff4f27a1d5c [
file
]
#!/bin/sh
set
-
e
if
[
$
# -ne 1 ]; then
echo
"usage: $0 [std|mysql|pgsql|sqlite3]"
exit
1
fi
db
=
$1
echo
"==================== Testing subdb = $db ===================="
make
-
s
if
[
$db
!=
'std'
];
then
make
-
s $db
fi
exec $
{
0
}-
$db