You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mysql++/files/mysql++-3.2.4-only-unit-tes...

14 lines
331 B

--- a/dtest
+++ b/dtest
@@ -26,6 +26,10 @@ done
echo " $count tests succeeded"
echo 'All unit tests passed' >> $TMP
+if [[ -n "${ONLY_UNIT_TESTS}" ]] ; then
+ exit 0
+fi
+
# Assume AUTO_INCREMENT id column in images table will get 1 in
# load_jpeg call below, since we reset the DB before doing it.
export QUERY_STRING=id=1