tests.sh icon indicating copy to clipboard operation
tests.sh copied to clipboard

Simple test library for integration and functional testing of daemons, services and command line tools

Results 2 tests.sh issues
Sort by recently updated
recently updated
newest added

all libraries in @reconquest have suffix `.bash` except this one.

``` user@wks-dps:~/Documents/git/node-collectors/tests$ ./lib/tests.sh -d testcases -s util/setup.sh -Aa >/dev/null 2>&1; echo $? 0 user@wks-dps:~/Documents/git/node-collectors/tests$ ./lib/tests.sh -v -d testcases -s util/setup.sh -Aa >/dev/null 2>&1; echo $? 1 user@wks-dps:~/Documents/git/node-collectors/tests$ ./lib/tests.sh -vv -d...