#1041 Still trying to get the tests to run. Gggrrr. Windows10+Cygwin don't like each other.

v0.27.3
Robin Mills 10 years ago
parent 787c17a8ec
commit a140402e17

@ -43,9 +43,9 @@ mkdir -p $build
# test the build # test the build
export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin export EXIV2_BINDIR=$dist/$vs/$arch/$mode/$config/bin
pushd test pushd test
for t in $(ls *.sh|sort); do $i ; done for t in $(ls *.sh|sort); do ./$i ; done
popd popd
$EXIV_BINDIR/exiv2 -vV $EXIV2_BINDIR/exiv2 -vV
exit $result exit $result
# That's all Folks! # That's all Folks!

Loading…
Cancel
Save