summaryrefslogtreecommitdiff
path: root/check.sh
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-09-23 19:04:03 -0400
committerJohn Turner <jturner.usa@gmail.com>2025-09-23 19:04:03 -0400
commitb59489de36ad01ba0c28db9905f3c01f44a27a26 (patch)
tree5b96a3a7c8c55fff39787190df949a37b1ebbdf8 /check.sh
parent1b0fede86a689c1f8e7c77e851318b7ea3c28fef (diff)
downloadpypaste-debugging.tar.gz
debuggingselect sqlite.data from sqlite where key=? limit 1"debugging
Diffstat (limited to 'check.sh')
-rwxr-xr-xcheck.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/check.sh b/check.sh
index e76bd16..61e2153 100755
--- a/check.sh
+++ b/check.sh
@@ -12,6 +12,8 @@ fi
destdir=$(mktemp -d)
-meson test -C build || exit $?
+meson test --verbose "$@" -C build || exit $?
meson install --destdir=${destdir} -C build || exit $?
+
+rm -rf ${destdir}