Holger Freyther has uploaded this change for review. ( 
https://gerrit.osmocom.org/12102


Change subject: Provide debug output before removing the evidence
......................................................................

Provide debug output before removing the evidence

For debugging it is important to have an idea if something was
extracted into the inst/ directory or not. There is space concern
about keeping the directory around.

As a compromise print the content of the inst directory before
removing it.

Change-Id: I35c2fa17a1b57dfd0a3ca5485874b7f50765c897
---
M contrib/jenkins-run.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester 
refs/changes/02/12102/1

diff --git a/contrib/jenkins-run.sh b/contrib/jenkins-run.sh
index 716899e..67fd87b 100755
--- a/contrib/jenkins-run.sh
+++ b/contrib/jenkins-run.sh
@@ -26,6 +26,7 @@
 fi

 # no need to keep extracted binaries
+find "$trial_dir/inst" || true
 rm -rf "$trial_dir/inst" || true

 # tar up all results for archiving (optional)

--
To view, visit https://gerrit.osmocom.org/12102
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I35c2fa17a1b57dfd0a3ca5485874b7f50765c897
Gerrit-Change-Number: 12102
Gerrit-PatchSet: 1
Gerrit-Owner: Holger Freyther <[email protected]>

Reply via email to