Verified Commit a07cec43 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

Don't run the autopkgtests in parallel

parent 6599bab0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
cnvkit (0.9.6-3) unstable; urgency=medium

  * Don't run the autopkgtests in parallel.

 -- Michael R. Crusoe <michael.crusoe@gmail.com>  Tue, 07 Jan 2020 11:48:23 +0100

cnvkit (0.9.6-2) unstable; urgency=medium

  * Support more architectures (Closes: #942582)
+1 −1
Original line number Diff line number Diff line
@@ -13,6 +13,6 @@ cp -arL /usr/share/doc/${pkg}/examples/data "${AUTOPKGTEST_TMP}/"
cd "${AUTOPKGTEST_TMP}"
find . -name "*.gz" -exec gunzip \{\} \;
cd test
make "-j$(nproc)" cnvkit=/usr/bin/cnvkit
make cnvkit=/usr/bin/cnvkit

echo "PASS"