summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 23:10:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 23:10:18 +0100
commit41f5f50dd214fdc9c240dca89baeae03bd08b7a8 (patch)
treeffc7416d9f3446d82362664b6e0a4c0139273227 /bin
parent73f3b0cfb30f3e3e5882e50e7864b7783b55d380 (diff)
downloadjenkins.debian.net-41f5f50dd214fdc9c240dca89baeae03bd08b7a8.tar.xz
tiredzzZZzzzzz
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 6124a8e6..e07790bb 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -226,7 +226,7 @@ redo_png() {
mkdir -p $(dirname $2)
/srv/jenkins/bin/make_graph.py ${TABLE[$1]}.csv $2 ${COLOR[$1]} "${MAINLABEL[$1]}" "${YLABEL[$1]}"
mv $2 /var/lib/jenkins/userContent/$SUITE
- rmdir $(dirname $2)
+ rmdir --ignore-fail-on-non-empty $(dirname $2)
fi
rm ${TABLE[$1]}.csv
}