37 Commits (59bcd4b53e2ccd5197a75a55d6fbc847f646d382)
 

Author SHA1 Message Date
Ian Turgeon 59bcd4b53e detects busybox 1.30.0+ with updated timeout flags
Busybox updated timeout's flags to match coreutils.
This broke the script that was specifically dealing
with BusyBox being different from coreutils.

To fix the problem without breaking support for older
versions of busy box, this a version check of busybox
to determine which version of the flags to use.

Note, the changes use bash's regular expression's BASH_REMATCH
to get the job done.  For Alpine users, this means you'll have
to install bash and execute wait-for-it using bash.
5 years ago
Douglas Gibbons 54d1f0bfeb Merge branch 'fwoelffel-master' 6 years ago
Douglas Gibbons 9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master 6 years ago
Douglas Gibbons 4dd67a65e1
Merge pull request #60 from aviau/patch-1
README: community section+ mention Debian package
6 years ago
Douglas Gibbons 4d0a46be28 Merge branch 'scop-deps' 6 years ago
Alexandre Viau e34c502a3e
README: community section + mention Debian package 6 years ago
Ville Skyttä 019f3bb5bc Fall back to readlink -f if realpath is not available or fails 7 years ago
Ville Skyttä 5fe30e7a26 Use parameter expansion instead of basename 7 years ago
Ville Skyttä f9a0dc44d3 Use type -p instead of which 7 years ago
Frédéric Woelffel 410d77eda4 Add a WAITFORIT_ prefix in front of all variables 7 years ago
Douglas Gibbons db049716e4 Merge pull request #40 from szczad/master
fix: preserve quotation when passing arguments to command.
7 years ago
Grzegorz Szczudlik 8ed92e8cab fix: preserve quotation when passing arguments to command. 7 years ago
Douglas Gibbons 8b4051d5f3 Merge pull request #6 from iturgeon/master
Add support for distros that use Busybox like Alpine
7 years ago
Douglas Gibbons a2acebe3f5 Merge pull request #32 from douglas-gibbons/master
Automatic tests for wait-for-it
7 years ago
Douglas Gibbons 8ed81e3803 Fixes to test script for flake8 7 years ago
Douglas Gibbons b638c19027 Update to README.md 7 years ago
Douglas Gibbons f9b79b2e51 Tidy up of vars in tests 7 years ago
Douglas Gibbons 13745289ba Modified error output for 'ls' command to cope with different test environments 7 years ago
Douglas Gibbons 4fd1b45cff Added some real tests 7 years ago
Douglas Gibbons 13c00e35ea Start of test framework 7 years ago
Douglas Gibbons 7f645ced94 Start of test framework 7 years ago
Giles Hall ac372412a1 Update README.md 7 years ago
Giles Hall 409b4a7bfd Update README.md 7 years ago
Giles Hall 209be48eb6 Update README.md 7 years ago
Giles Hall e686775c5b readme update 7 years ago
Giles Hall e1f115e4ca Update README.md 8 years ago
Giles Hall 1f3eb2c350 Update README.md 8 years ago
Giles Hall 11afe7b6b9 Update README.md 8 years ago
iturgeon 8f52a814ef Adds support for distros that use busybox like Alpine
Checks for busybox by looking at the realpath for timeout
If busybox is detected, uses timeout with a -t option and
uses nc instead of /bin/tcp
8 years ago
Giles Hall a454892f3c Merge pull request #4 from Silex/patch-1
Fix invalid use of return value
8 years ago
Philippe Vaucher 55c54a5abd Fix invalid use of return value 8 years ago
Giles Hall 20c60949de license added 8 years ago
Giles Hall 4e94d7dbb1 more small doc fixes 9 years ago
Giles Hall bf194c8fb4 doc fixes 9 years ago
Giles Hall a150deb10a doc fixes 9 years ago
Giles Hall 41deb2dbbe small fixes 9 years ago
Giles Hall e559a8e0fb initial commit 9 years ago