Skip to content
Snippets Groups Projects
Commit ab336742 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Test fails, disable in RE24

parent ad859f6f
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@ if test "$BACKEND" != "bdb" && test "$BACKEND" != "hdb" ; then
fi
# test now handles known issues
#if test x"$PROXYSYNC" = x ; then
# echo "Test disabled; set PROXYSYNC=yes to enable"
# exit 0
#fi
if test x"$PROXYSYNC" = x ; then
echo "Test disabled; set PROXYSYNC=yes to enable"
exit 0
fi
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment