mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update network-test-runner.sh (#18672)
This commit is contained in:
parent
a1ca10f7fc
commit
2b6d5f9f95
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ inventory="inventory.network" # FIXME This file will updating to reference the D
|
|||
# FIXME Describe directory structure here
|
||||
basedir="/tmp/run-network-test"
|
||||
log_root="/var/www/html/network-tests/logs"
|
||||
DEBUG_LOGFILE="${basedir}/${PROG}-$(date '+%s').log"
|
||||
#DEBUG_LOGFILE="${basedir}/${PROG}-$(date '+%s').log"
|
||||
|
||||
main() {
|
||||
validate_tools
|
||||
|
|
Loading…
Reference in a new issue