mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
12 lines
195 B
Bash
Executable file
12 lines
195 B
Bash
Executable file
#! /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
|
|
|
|
cd "${CURRENT_DIR}"
|