These are going in too > Wed Apr 18 10:52:14 PDT 2007 David Roundy <[EMAIL PROTECTED]> > * add test (but don't do it) for both sorts of inventories. > > Wed Apr 18 14:56:14 PDT 2007 David Roundy <[EMAIL PROTECTED]> > * fix FIXME for handling hashed+normal inventory at the same time. > This fix also makes the tests pass with both inventory types enabled, > so I added that to the test suite. This was easier than I expected!
Yay, thanks. Hopefully, copyInventory will be just as easy. > then grep "\.sh" $(TEST_FILTER_FILE) | grep -v '^#' | xargs > $(SHELL_HARNESS); \ > grep "\.pl" $(TEST_FILTER_FILE) | grep -v '^#' | xargs > $(PERL_HARNESS); \ > else $(SHELL_HARNESS) *.sh; $(PERL_HARNESS) *.pl; fi You probably want a && or two in there so that the tests exit on error. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français.
pgp2iTHbAjmrD.pgp
Description: PGP signature
_______________________________________________ darcs-devel mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-devel
