Skip to content
Snippets Groups Projects
Commit 87746d1e authored by jerrifer's avatar jerrifer
Browse files

add conf-sanity.sh to acceptance-small.sh

parent a005e53e
No related branches found
No related tags found
No related merge requests found
......@@ -127,3 +127,7 @@ if [ "$SANITYN" != "no" ]; then
sh sanityN.sh
mount | grep $MOUNT && sh llmountcleanup.sh
fi
if [ "$CONF_SANITY" != "no" ]; then
sh conf-sanity.sh
fi
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