comparison rgToolFactory.xml @ 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 d12728e33c3d
children a87a262220a4
comparison
equal deleted inserted replaced
14:6f36c696afa5 15:8594478e8d2c
1 <tool id="rgTF" name="Tool Factory" version="0.05"> 1 <tool id="rgTF" name="Tool Factory" version="0.05">
2 <description>Makes scripts into tools</description> 2 <description>Makes scripts into tools</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 #if ( $__user_email__ not in ['ross.lazarus@gmail.com',] ): 4 #if ( $__user_email__ not in ['rlazarus@bakeridi.edu.au','mziemann@bakeridi.edu.au','akaspi@bakeridi.edu.au'] ):
5 rgToolFactory.py --bad_user $__user_email__ 5 rgToolFactory.py --bad_user $__user_email__
6 #else: 6 #else:
7 rgToolFactory.py --script_path "$runme" --interpreter "$interpreter" 7 rgToolFactory.py --script_path "$runme" --interpreter "$interpreter"
8 --tool_name "$tool_name" 8 --tool_name "$tool_name"
9 #if $make_TAB.value=="yes": 9 #if $make_TAB.value=="yes":