search for: testparm_output

Displaying 1 result from an estimated 1 matches for "testparm_output".

2007 Nov 17
0
generate_parm_table python script bug fix
...eter table displayName = 0 @@ -89,7 +89,7 @@ ## First thing is to build the dictionary of parmeter names ## ## based on the output from testparm ## -cmd = "/usr/local/bin/testparm -s -v /dev/null" +cmd = "/usr/bin/testparm -s -v /dev/null" ( status, testparm_output ) = commands.getstatusoutput( cmd ) if status: sys.stderr.write( "Failed to execute testparm!\n%s\n" % testparm_output ) @@ -184,7 +184,7 @@ ## just make a copy parm_table[key] = parm_table[var_table[var_name]][:] - parm_table[key][0...