freebsd-ports/databases/virtuoso/files/patch-binsrc-tests-biftest-thook.sh
Max Khon ce1d6c8bda - Add "check" target to run Virtuoso tests [1]
- Add build dependency on "unzip" (required by "check") [1]
- Do not patch isql executable name: override it using ISQL env var

Submitted by:	Patrick van Kleef [1]
Prodded by:	Patrick van Kleef [1]
2012-06-16 09:37:53 +00:00

12 lines
316 B
Bash

--- binsrc/tests/biftest/thook.sh.orig 2012-06-15 17:48:39.000000000 +0700
+++ binsrc/tests/biftest/thook.sh 2012-06-15 17:52:34.000000000 +0700
@@ -22,7 +22,8 @@
#
OUTPUT=thook.output
-ISQL=../isql
+ISQL=${ISQL-isql}
+ISQL=../$ISQL
TIMEOUT=1000
HOST_OS=`uname -s | grep WIN`
SERVER=./virtuoso-iodbc-sample-t