Displaying 1 result from an estimated 1 matches for "compress_stash".
Did you mean:
compress_stashed
2013 Nov 01
2
[PATCH OSSTEST] ts-xen-build: make collection on xen-syms optional
...| 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'',''--'',"$stash/$path";
die "$r $!" if $r;
}
@@ -1051,10 +1052,13 @@ END
store_runvar("path_$item"...