tests: added kerberos-test

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-19 15:41:04 +01:00
parent 661d92cfc6
commit 62be0ef470
2 changed files with 8 additions and 2 deletions

View File

@@ -67,6 +67,12 @@ else #DEBIAN
cp $DOCKER_DIR/Dockerfile-debian-$CONFIG $DOCKER_DIR/Dockerfile
fi
if test ! -f $DOCKER_DIR/Dockerfile;then
echo "Cannot test in this system"
$UNLOCKFILE
exit 77
fi
rm -f $DOCKER_DIR/ocserv $DOCKER_DIR/ocpasswd $DOCKER_DIR/occtl
cp ../src/ocserv ../src/ocpasswd ../src/occtl $DOCKER_DIR/