Skip to content
Snippets Groups Projects
Commit 5c927a2f authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

-Test only valid for bdb

parent ca1da5b8
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,11 @@ fi
. $SRCDIR/scripts/args.sh
if test "$BACKEND" != "bdb"; then
echo "Test only valid for back-bdb"
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