mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-03 00:31:35 -07:00
New PUID startup sequence
This commit is contained in:
7
test-script.sh
Executable file
7
test-script.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
LOGFILE="/workspaces/NetAlertX/test-script.log"
|
||||
CMD="/usr/bin/python -m pytest -q test/docker_tests/test_container_environment.py -k missing_app_conf_triggers_seed --maxfail=1 -vv"
|
||||
|
||||
echo "Running: ${CMD}" | tee "${LOGFILE}"
|
||||
${CMD} 2>&1 | tee -a "${LOGFILE}"
|
||||
Reference in New Issue
Block a user