crowdsec/scripts/func_tests/tests_post-install_6hubtests.sh

13 lines
203 B
Bash
Raw Normal View History

#! /usr/bin/env bash
# -*- coding: utf-8 -*-
source tests_base.sh
CURRENT_DIR=$(pwd)
git clone https://github.com/crowdsecurity/hub.git
cd hub/
${CSCLI} hubtest run --all --clean
cd "${CURRENT_DIR}"