test_remote_exec: don't create dirs in cwd
ClosedPublic

Authored by kparal on Mar 15 2016, 10:51 AM.

Details

Summary

We forgot to mock os.mkdir which created empty dir "dirname" in cwd when
running the test suite.

Test Plan

test suite works and dirname is not created

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to test_remote_exec: don't create dirs in cwd.Mar 15 2016, 10:51 AM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added a reviewer: mkrizek.
mkrizek accepted this revision.Mar 15 2016, 11:23 AM
This revision is now accepted and ready to land.Mar 15 2016, 11:23 AM
This revision was automatically updated to reflect the committed changes.