summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2018-02-26 23:58:20 +0100
committerChristof Schmitt <cs@samba.org>2018-03-02 10:49:08 +0100
commitf3b650fc75b8edb27a852b88f469e8cd4a317f99 (patch)
tree3e9787a767347d3c962698a9d61d14c3a2d71f99 /.gitlab-ci.yml
parentf59f6cefa11c4866d2ede47d9c9b415e3d5e233d (diff)
downloadsamba-f3b650fc75b8edb27a852b88f469e8cd4a317f99.tar.gz
Fix autobuild for user names starting with c
This is similar to the fix from commit 0b1ba00: Now commit 475a7616 introduced tests that create user names in the form DOMAIN\USER and pass them through shell functions. There "echo" is used to print he username, resulting in /bin/dash on sn-devel to interpret e.g. \c which skips any further output. The result are test exceptions like: failure: samba4.blackbox.trust_ntlm.Test01 rpcclient lookupnames with LOCALADMEMBER\cs(ad_member:local) [ Exception: Exception: LOCALADMEMBER ] time: 2018-02-26 23:00:46.688800Z Fix this by replacing the echo with printf %s. This surfaced for test_rpcclient_grep, but apply the same change to all functions in common_test_fns.inc for consistency. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Christof Schmitt <cs@samba.org> Autobuild-Date(master): Fri Mar 2 10:49:09 CET 2018 on sn-devel-144
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions