issue #587: attempt to fix Mac Azure job

pull/595/head
David Wilson 7 years ago
parent ea718081d8
commit 45d88b1f3f

@ -7,7 +7,8 @@ import ci_lib
batches = [] batches = []
batches += [ if os.uname()[0] == 'Linux':
batches += [
[ [
"sudo chown `whoami`: ~", "sudo chown `whoami`: ~",
"chmod u=rwx,g=rx,o= ~", "chmod u=rwx,g=rx,o= ~",
@ -27,7 +28,7 @@ batches += [
"cat tests/data/docker/mitogen__has_sudo_pubkey.key.pub > ~/.ssh/authorized_keys", "cat tests/data/docker/mitogen__has_sudo_pubkey.key.pub > ~/.ssh/authorized_keys",
"chmod u=rw,go=r ~/.ssh/authorized_keys", "chmod u=rw,go=r ~/.ssh/authorized_keys",
] ]
] ]
if ci_lib.have_apt(): if ci_lib.have_apt():
batches.append([ batches.append([

Loading…
Cancel
Save