mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-17 17:55:28 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
10
external/yq/scripts/acceptance.sh
vendored
Executable file
10
external/yq/scripts/acceptance.sh
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /bin/bash
|
||||
set -e
|
||||
|
||||
for test in acceptance_tests/*.sh; do
|
||||
echo "--------------------------------------------------------------"
|
||||
echo "$test"
|
||||
echo "--------------------------------------------------------------"
|
||||
(exec "$test");
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user