Adjusted setting in registration

This commit is contained in:
Michael Boelen 2016-08-13 10:06:09 +02:00
parent 75d7c5dad6
commit f4ed6f11df
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@
#################################################################################
#
# Register the discovered settings
AddSetting "logging-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
AddSetting "log-tests-incorrect-os" "${SETTING_LOG_TESTS_INCORRECT_OS}" "Logging of tests that have a different OS"
AddSetting "show-report-solution" "${SETTING_SHOW_REPORT_SOLUTION}" "Show more details in report (solution)"
unset SETTING_LOG_TESTS_INCORRECT_OS SETTING_SHOW_REPORT_SOLUTION
#