mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 20:36:12 +02:00
* remove dead / not needed code & scripts * don't rely on /dev/urandom in wizard * unified functional tests
7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#! /usr/bin/env bash
|
|
# -*- coding: utf-8 -*-
|
|
|
|
source tests_base.sh
|
|
|
|
pidof crowdsec && fail "crowdsec shouldn't run anymore" || true
|
|
|