Run the tests on a CI (#215)
* Add CircleCI and make tests pass on ubuntu:16.04 * Add badge to readme * Add debian stable to CircleCI * Fix pkill on CircleCI debian
This commit is contained in:
committed by
Tom Limoncelli
parent
0626efa7e8
commit
2e894ea86f
@@ -225,7 +225,7 @@ become_bob
|
||||
# This users's default group:
|
||||
DEFAULT_GID_NUM=$(id -g)
|
||||
# Pick a group that is not the default group:
|
||||
TEST_GID_NUM=$(id -G | fmt -1 | sort -rn | grep -xv "$(id -u)" | grep -xv "$(id -g)" | head -1)
|
||||
TEST_GID_NUM=$(grep -v "$DEFAULT_GID_NUM" /etc/group | cut -d: -f3 | sort -rn | head -1)
|
||||
echo "DEFAULT_GID_NUM=$DEFAULT_GID_NUM"
|
||||
echo "TEST_GID_NUM=$TEST_GID_NUM"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user