On Tue, Sep 27, 2011 at 01:16:56PM -0700, Ethan Jackson wrote: > Here is an incremental. I added some additional tests as well.
I think that you usually run "configure" and "make" in your source directory. Do the tests still pass if you run them from a separate build directory? I'm not certain that the file name in the exceptions will be exactly the same in that case: > +Traceback (most recent call last): > + File "../.././test-vlog.py", line 37, in main > + assert fail Maybe it would be better to use "sed" to remove the file name and line number from the traceback, e.g. something like: sed 's/File "[^"]*", line [0-9][0-9]*,/File <name>, line <number>/' _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
