Initial try of consolidating configuration files so they can be shared more easily...
authorKevin Lim <ktlim@umich.edu>
Wed, 12 Jul 2006 21:17:17 +0000 (17:17 -0400)
committerKevin Lim <ktlim@umich.edu>
Wed, 12 Jul 2006 21:17:17 +0000 (17:17 -0400)
commita9ca36639f3e6d52284d947ab55c7c277918e686
tree70dd82109b4619796d52ffd81d79f9d73012970c
parent35ab2296d3eec6da29ba30a6230f67433f261eb3
Initial try of consolidating configuration files so they can be shared more easily, especially across regression tests and simple examples.

configs/test/fs.py:
    Pull a lot of the default options out of the config file now that they are in the Python objects themselves.  Also merge this file with the single_fs.py, allowing one file to be used for both.  Previously they differed only by the system they instantiated.
configs/test/test.py:
    Initial stab at consolidating configuration files so they aren't redundant between the regression tests and the simple examples.

--HG--
extra : convert_revision : e8ae3de5a6d8864831f21089d4fdb8ec690e4731
configs/test/fs.py
configs/test/test.py