search for: d2e29d0

Displaying 1 result from an estimated 1 matches for "d2e29d0".

Did you mean: c2e29d7
2013 Nov 01
2
[PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
Fixes things on i386 for branches which no longer build an i386 hypervisor. --- Osstest/TestSupport.pm | 8 ++++++-- ts-xen-build | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index 1ac4cf7..d2e29d0 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -846,6 +846,7 @@ sub get_stashed ($$) { sub compress_stashed($) { my ($path) = @_; + return unless -e "$stash/$path"; my $r= system ''gzip'',''-9vf'',''--'',...