summaryrefslogtreecommitdiff
path: root/dev-db/mysql++/files/mysql++-3.2.4-only-unit-tests.patch
blob: 487bf28c8e5c50615ddbd13258c3a6f1036cf62a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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