diff --git a/scripts/create_html b/scripts/create_html
index c6b4b042309f54913cf9ef11bda9e5718ada843a..e918eca674d7d212a8faecaad26bf61371401a3f 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 c0b11087315d1c82da1ee946e5d5423d58e015b5..292eb5cf1eeeaa37fddddc96194a9e7473fc0833 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"