changeset 15:8594478e8d2c

Silly typo from testing test generation
author Ross Lazarus <ross.lazarus@gmail.com>
date Mon, 04 Jun 2012 11:06:41 +1000
parents 6f36c696afa5
children 36df24947ab3
files rgToolFactory.py rgToolFactory.xml
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rgToolFactory.py	Mon Jun 04 08:53:05 2012 +1000
+++ b/rgToolFactory.py	Mon Jun 04 11:06:41 2012 +1000
@@ -157,7 +157,6 @@
             %(script)s
             </configfile>
             </configfiles>
-            %(tooltests)s
             </tool>""" # needs a dict with toolname, toolid, interpreter, scriptname, command, inputs as a multi line string ready to write, outputs ditto, help ditto
                
         newCommand="""<command interpreter="python">
--- a/rgToolFactory.xml	Mon Jun 04 08:53:05 2012 +1000
+++ b/rgToolFactory.xml	Mon Jun 04 11:06:41 2012 +1000
@@ -1,7 +1,7 @@
 <tool id="rgTF" name="Tool Factory" version="0.05">
   <description>Makes scripts into tools</description>
   <command interpreter="python">
-#if ( $__user_email__ not in ['ross.lazarus@gmail.com',] ):
+#if ( $__user_email__ not in ['rlazarus@bakeridi.edu.au','mziemann@bakeridi.edu.au','akaspi@bakeridi.edu.au'] ):
      rgToolFactory.py --bad_user $__user_email__
   #else:
     rgToolFactory.py --script_path "$runme" --interpreter "$interpreter"