On Fri, Nov 26, 2010 at 02:36, Christopher Sean Morrison <[email protected]> wrote: > > In order to help evaluate all of the recent NMG work by Richard, myself, and > others, I've written a script that tests whether objects can be successfully > converted to NMG and BoT forms within a given timeframe while tracking > stats. The sh/conversion.sh script is pretty trivial to use
Two things: 1. The script in v. 7.18.0 isn't working under Ubuntu: I at first could get no output. Then I started commenting out various things and got to this line: set -o posix >/dev/null 2>&1 which apparently quietly killed something. I changed the line to this: set -o posix and got a response: set: 65: Illegal option -o posix What have I done wrong? 2. I have been doing some conversions with 7.18.0 and wonder if you would like to get some or all of the bad regions for test cases. Thanks, and Happy New Year to all BRL-CAD developers and fans! -Tom Thomas M. Browder, Jr. Niceville, Florida USA ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
