Commit dc57d46
committed
fix(tests): clear test artifacts dir before test runs
Before each test run, we copy artifacts from the build/artifacts/ path
to /srv/test_artifacts. This directory was not cleared up though, which
led to issues with artifact A/B testing, where A's artifacts persisted
and were selected by pytest over B's artifacts.
To prevent this, clear the test artifacts dir at the beginning of each
run.
Signed-off-by: James Curtis <jxcurtis@amazon.co.uk>1 parent 6383729 commit dc57d46
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments