From 4f2750b57a53c124b6cf4b48d4f064a1e0b69c2d Mon Sep 17 00:00:00 2001
From: ruudbeukema <beukema@astron.nl>
Date: Wed, 26 Oct 2016 16:07:07 +0200
Subject: [PATCH] Changed create_html.py and launch_msplots.sh to test-mode
 again

---
 scripts/create_html       | 4 ++--
 scripts/launch-msplots.sh | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/create_html b/scripts/create_html
index c6b4b04..e918eca 100755
--- a/scripts/create_html
+++ b/scripts/create_html
@@ -14,8 +14,8 @@ from numpy import array, floor
 # insert TESTLINE in the relevant filenames, e.g. index[TESTLINE].html. Ultimately, TESTLINE could be auto-filled 
 # depending on the TAG environment variable (if it exists and doesn't say 'latest'). For normal use, leave TESTLINE an
 # empty string (""). Note that TESTLINE doesn't necessarily propagate to programs/scripts called from within this one.
-#TESTLINE = "-test"
-TESTLINE = ""
+TESTLINE = "-test"
+# TESTLINE = ""
 
 # Data with a completeness figure below this value is flagged as odd sized
 DATA_INCOMPLETE_THRESHOLD = 0.005  # (=) 0.5%
diff --git a/scripts/launch-msplots.sh b/scripts/launch-msplots.sh
index c0b1108..292eb5c 100755
--- a/scripts/launch-msplots.sh
+++ b/scripts/launch-msplots.sh
@@ -12,12 +12,12 @@
 # insert TESTLINE in the relevant filenames, e.g. index[TESTLINE].html. Ultimately, TESTLINE could be auto-filled 
 # depending on the TAG environment variable (if it exists and doesn't say 'latest'). For normal use, leave TESTLINE an
 # empty string (""). Note that TESTLINE doesn't necessarily propagate to programs/scripts called from within this one.
-#TESTLINE = "-test"
-TESTLINE = ""
+TESTLINE = "-test"
+# TESTLINE = ""
 
 # Normally, one would want to use pyautoplot:latest (PYAUTOPLOT_TAG=latest). This can be overriden however
-# PYAUTOPLOT_TAG=completeness
-PYAUTOPLOT_TAG=latest
+PYAUTOPLOT_TAG=completeness
+# PYAUTOPLOT_TAG=latest
 
 HOSTNAME=`hostname`
 PATH="$PATH:/opt/cep/pyautoplot/bin"
-- 
GitLab