summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2023-09-24 15:45:51 -0500
committerCarlos Aznarán2023-09-24 15:45:51 -0500
commitf98b7ad4ba793b7a5a322432e401fcfd59bb28ff (patch)
tree9f6255465a430ed7891c2e2f798e459aa53a9222 /PKGBUILD
parent8d384b96201e179bd9de487b16e78cd69ccb968d (diff)
downloadaur-f98b7ad4ba793b7a5a322432e401fcfd59bb28ff.tar.gz
Skip check() function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c26cb2d0e43c..9d99746412c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,8 @@ build() {
}
check() {
- ./build/test/test_xeus_python
+ cd build/test
+ ./test_xeus_python
}
package() {