Workaround for temp files reuse
commit3bed5824ff254be413f6922fef42bc794b68ecae
authorVojtech Horky <vojtech.horky@gmail.com>
Fri, 16 Nov 2018 15:27:10 +0000 (16 16:27 +0100)
committerVojtech Horky <vojtech.horky@gmail.com>
Fri, 16 Nov 2018 15:27:10 +0000 (16 16:27 +0100)
treed201468b0d5927ca79390e51b090c0ced58b161b
parentbb12f5eeeb32b05f3940b1640d5781c727fca86f
Workaround for temp files reuse

Since test-in-vm.py uses always the same temporary directory, subsequent
calls to tests in CI may found files from previous run.

This workaround removes that directory explicitly, proper solution would
be that test-in-vm.py uses unique directory and cleans after itself.
hbuild/builders/tests.py
hbuild/scheduler.py