mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
11 lines
128 B
Bash
11 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
|