mlab.0.1.7.source-code.tst.mlab Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mlab Show documentation
Show all versions of mlab Show documentation
MinuteLab addon for java unit testing (JUnit)
#!/usr/bin/env mlab
FROM ubuntu
FLAG -bool fail Fail running
START << END
set -e
date
if [ "$fail" = "true" ]
then
echo failng on purpose >&2
exit 10
fi
sleep 1
date
mlab detach
sleep 60
exit 23
END
© 2015 - 2025 Weber Informatics LLC | Privacy Policy