1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-20 10:24:14 +03:00
Files
mariadb/pcre/pcre_test.sh
2018-08-12 11:37:42 +02:00

12 lines
128 B
Bash

#! /bin/sh
#
srcdir="$1"
pcretest="$2"
cd "$3"
shift
shift
shift
. "$srcdir"/RunTest
if test "$?" != "0"; then exit 1; fi
# End