[ARVADOS] updated: 1.1.4-149-g109b39a
Git user
git at public.curoverse.com
Tue Apr 24 17:45:09 EDT 2018
Summary of changes:
services/login-sync/test/test_add_user.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 109b39a237bf6a4726af87cf5b24a8c0d3ac4d44 (commit)
from 93fdfecd2dbdc9ba49f6890e9c4b3ef2a911ef28 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 109b39a237bf6a4726af87cf5b24a8c0d3ac4d44
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Tue Apr 24 17:44:44 2018 -0400
login-sync test fix also make docker group optional refs #13385
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/login-sync/test/test_add_user.rb b/services/login-sync/test/test_add_user.rb
index db2e241..17942c2 100644
--- a/services/login-sync/test/test_add_user.rb
+++ b/services/login-sync/test/test_add_user.rb
@@ -20,7 +20,7 @@ class TestAddUser < Minitest::Test
# exist on the host, but is insensitive to the admin group (groups
# are quietly ignored by login-sync if they don't exist on the
# current host).
- assert_match %r{useradd -m -c adminroot -s /bin/bash -G docker(,admin)?(,fuse)? adminroot}, spied
+ assert_match %r{useradd -m -c adminroot -s /bin/bash -G (docker)?(,admin)?(,fuse)? adminroot}, spied
end
def test_useradd_success
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list