Cross Reference: hets-lib-check.sh
xref
: /
forgerock
/
openidm-v4
/
openidm-enhanced-config
/
allmodules.xml.fr
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
hets-lib-check.sh revision 724f8096df466dc6c7b073363374683625d80a32
#!/
bin
/
bash
test_files
=
$(
cat
$(
dirname
$
0
)
/
hets
-
lib
-
testfiles
)
set
-
ex
for
i
in
$test_files
do
hets
--
quiet
-a
none
$HETS_LIB
/$i
done