summaryrefslogtreecommitdiffstats
path: root/job-cfg/lvc.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/lvc.yaml.py')
-rw-r--r--job-cfg/lvc.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml.py b/job-cfg/lvc.yaml.py
index f2e58aa4..c15212a4 100644
--- a/job-cfg/lvc.yaml.py
+++ b/job-cfg/lvc.yaml.py
@@ -63,7 +63,7 @@ print("""
wrappers:
- live-screenshot
builders:
- - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}'
+ - shell: 'rm $WORKSPACE/*.png -f ; /srv/jenkins/bin/lvc/run_test_suite {my_params}'
triggers:
- timed: '{my_time}'
""")