Skip to content
Snippets Groups Projects
Commit 4084105a authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Add a start on the bare-bones acceptance test for CVS HEAD merges, which

I'm now running against the HEAD to see that it actually passes.
parent 436360e8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# script which _must_ complete successfully (at minimum) before checkins to
# the CVS HEAD are allowed.
set -vxe
sh local.sh
sh runtests --reformat local.xml
sh lov.sh
sh runtests --reformat lov.xml
export NAME=local
sh llmount.sh
sh sanity
sh rundbench 1
sh llmountcleanup.sh
export NAME=lov
llmount.sh
sh sanity
sh rundbench 1
sh llmountcleanup.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