Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
repo: fix tests which now respects priorities
Baptiste Daroussin committed 11 months ago
commit 561fb8d2a1acc57f08e4ebe7599b60d7406da1bc
parent ff2168a
2 files changed +7 -7
modified tests/frontend/issue1425.sh
@@ -167,9 +167,9 @@ The following 4 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	pkgA: 1.0 [repoB]
-
	pkgB: 1.0 [repoB]
-
	pkgC: 1.0 [repoB]
-
	pkgD: 1.0 [repoB]
+
	pkgB: 1.0 [repoA]
+
	pkgC: 1.0 [repoA]
+
	pkgD: 1.0 [repoA]

Number of packages to be installed: 4
${JAILED}[1/4] Installing pkgD-1.0...
@@ -212,7 +212,7 @@ The following 2 package(s) will be affected (of 0 checked):

Installed packages to be REINSTALLED:
	pkgA-1.0 [repoB]
-
	pkgD-1.0 [repoB]
+
	pkgD-1.0 [repoA]

Number of packages to be reinstalled: 2
${JAILED}[1/2] Reinstalling pkgA-1.0...
modified tests/frontend/issue1440.sh
@@ -202,9 +202,9 @@ The following 4 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
	pkgA: 1.0 [repoB]
-
	pkgB: 1.0 [repoB]
-
	pkgC: 1.0 [repoB]
-
	pkgD: 1.0 [repoB]
+
	pkgB: 1.0 [repoA]
+
	pkgC: 1.0 [repoA]
+
	pkgD: 1.0 [repoA]

Number of packages to be installed: 4
${JAILED}[1/4] Installing pkgD-1.0...