testsuite: Look for .ovsschema files in source dir as well as build dir.
authorBen Pfaff <blp@nicira.com>
Thu, 17 Dec 2009 23:49:48 +0000 (15:49 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Dec 2009 23:50:01 +0000 (15:50 -0800)
commit8419883d698965962e37b024cfb7f2f0ccba376f
tree29982cd58879a92a355fef007dcb897c784ab4ca
parent5562d6f55e762ea6783a9f6032e85ccb2824773f
testsuite: Look for .ovsschema files in source dir as well as build dir.

When a distribution is built with "make dist", the .ovsschema files are
included as part of it, so that the builder does not have to have Python
installed.  However in that case the distributed .ovsschema files are in
the source dir instead of the build dir.  The testsuite always expected
them in the latter directory.  This commit makes it look for them in both
places.
tests/ovs-vsctl.at
tests/ovsdb-idl.at