Browse Source

feature(travis-ci): add basic unit test to identify issues with configs (#2583)

pull/2587/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
4e5a04e38a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      tests/tests_defaultcfg/defaultcfg_1.txt

22
tests/tests_defaultcfg/defaultcfg_1.txt

@ -1,11 +1,11 @@
################################## ##################################
######## Default Settings ######## ######## Default Settings ########
################################## ##################################
# DO NOT EDIT WILL BE OVERWRITTEN! # DO NOT EDIT ANY CHANGES WILL BE OVERWRITTEN!
# Copy settings from here and use them in either # Copy settings from here and use them in either:
# common.cfg - applies settings to every instance # common.cfg - applies settings to every instance.
# [instance].cfg - applies settings to a specific instance # [instance].cfg - applies settings to a specific instance.
#### Server Settings #### #### Game Server Settings ####
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
#### LinuxGSM Settings #### #### LinuxGSM Settings ####
## Notification Alerts ## Notification Alerts
@ -27,10 +27,10 @@
## Logging | https://docs.linuxgsm.com/features/logging ## Logging | https://docs.linuxgsm.com/features/logging
## Monitor | https://docs.linuxgsm.com/commands/monitor ## Monitor | https://docs.linuxgsm.com/commands/monitor
# Query delay time # Query delay time
#### LinuxGSM Advanced Settings #### ## ANSI Colors | https://docs.linuxgsm.com/features/ansi-colors
# ANSI Colors #### Advanced Settings ####
# Message Display Time ## Message Display Time | https://docs.linuxgsm.com/features/message-display-time
# Stop Mode | https://docs.linuxgsm.com/steamcmd/stopmode ## Stop Mode | https://docs.linuxgsm.com/features/stop-mode
# 1: tmux kill # 1: tmux kill
# 2: CTRL+c # 2: CTRL+c
# 3: quit # 3: quit
@ -41,11 +41,11 @@
# 8: 7 Days to Die # 8: 7 Days to Die
# 9: Gold Source # 9: Gold Source
# 10: Teamspeak 3 # 10: Teamspeak 3
## LinuxGSM Server Details ## Game Server Details
# Do not edit # Do not edit
#### Directories #### #### Directories ####
# Edit with care # Edit with care
## Server Specific Directories ## Game Server Directories
## Backup Directory ## Backup Directory
## Logging Directories ## Logging Directories
## Logs Naming ## Logs Naming

Loading…
Cancel
Save