aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-20 15:35:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-20 15:35:06 +0200
commite9bfd5e4377efd112f99edf2d33debd8b9bf4fae (patch)
treee62d0540b696b071e7d535fb982c5236abd11aa9
parent334a10d3d707b0949b1de3260557518012e72f64 (diff)
Temporarily disable run-time modules tests until 0.14.0 is out
-rw-r--r--bpkg/rep-fetch.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cxx b/bpkg/rep-fetch.cxx
index af98c4e..d2931ca 100644
--- a/bpkg/rep-fetch.cxx
+++ b/bpkg/rep-fetch.cxx
@@ -1428,18 +1428,24 @@ namespace bpkg
for (const package_location& pl: p->locations)
rfs.push_back (pl.repository_fragment.load ());
+ // @@ TMP: enable after 0.14.0 is out.
+ //
+#if 0
bool module (build2_module (p->id.name));
+#endif
for (const test_dependency& td: p->tests)
{
// Verify that the package has no runtime tests if it is a build
// system module.
//
+#if 0
if (module && !td.buildtime)
fail << "run-time " << td.type << ' ' << td.name << " for build "
<< "system module "
<< package_string (p->id.name, p->version) <<
info << "build system modules cannot have run-time " << td.type;
+#endif
vector<pair<shared_ptr<available_package>,
shared_ptr<repository_fragment>>> tps (