diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 11:10:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 11:10:04 +0100 |
commit | 88c6e4f4b6b5f820e33f03d21b8cc51dcd80df47 (patch) | |
tree | 1fd0a0287ffd92c60a4377078e5801ab2e611104 | |
parent | fd3c2803e76ed7f588823b27942255987c3d4c18 (diff) | |
download | jenkins.debian.net-88c6e4f4b6b5f820e33f03d21b8cc51dcd80df47.tar.xz |
enable debug output
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index d8b082a1..96d61249 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -4,7 +4,7 @@ # © 2015 Mattia Rizzolo <mattia@mapreri.org> # released under the GPLv=2 -DEBUG=false +DEBUG=true . /srv/jenkins/bin/common-functions.sh common_init "$@" |