summaryrefslogtreecommitdiff
path: root/repo/catch2
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-08-10 09:16:34 +0100
committerdavidovski <david@davidovski.xyz>2022-08-10 09:16:34 +0100
commitc1d3da9ca87c414100b1cb969e36b8d7d05b9a74 (patch)
tree1cd983a42e1a221991d09783e08c6c162d4be5cf /repo/catch2
parent9a26d3fdc7fca2df6f824b56034ab9a823e898d8 (diff)
added ovmf, lolcat, spice, and squashfstools
Diffstat (limited to 'repo/catch2')
-rw-r--r--repo/catch2/catch2.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/catch2/catch2.xibuild b/repo/catch2/catch2.xibuild
index f493465..3774bbf 100644
--- a/repo/catch2/catch2.xibuild
+++ b/repo/catch2/catch2.xibuild
@@ -21,10 +21,10 @@ check() {
cd build
# ApprovalTests is broken https://github.com/catchorg/Catch2/issues/1780
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "ApprovalTests"
+ cd ..
}
package() {
- cd $BUILD_ROOT
DESTDIR="$PKG_DEST" cmake --install build
}