##// END OF EJS Templates
fix missing options arg to ipexec in ipexec_validate
MinRK -
Show More
@@ -259,7 +259,7 b" def ipexec_validate(fname, expected_out, expected_err='',"
259 259
260 260 import nose.tools as nt
261 261
262 out, err = ipexec(fname)
262 out, err = ipexec(fname, options)
263 263 #print 'OUT', out # dbg
264 264 #print 'ERR', err # dbg
265 265 # If there are any errors, we must check those befor stdout, as they may be
General Comments 0
You need to be logged in to leave comments. Login now