Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
systemtests: fix wrong file manipulation command call
  • Loading branch information
fbergkemper committed Aug 15, 2019
1 parent a80c887 commit b944cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/CMakeLists.txt
Expand Up @@ -293,7 +293,7 @@ foreach(TEST_NAME ${SYSTEM_TESTS})
file(MAKE_DIRECTORY ${WEBUICONFDIR})
configure_file("${CMAKE_SOURCE_DIR}/webui/config/autoload/global.php.in" "${current_test_directory}/webui/config/autoload/global.php" @ONLY)
configure_file("${CMAKE_SOURCE_DIR}/systemtests/tests/webui-selenium/directors.ini.in" "${current_test_directory}/etc/bareos-webui/directors.ini" @ONLY)
file(COPY "${CMAKE_SOURCE_DIR}/webui/install/configuration.ini" DESTINATION "${current_test_directory}/etc/bareos-webui/configuration.ini")
file(COPY "${CMAKE_SOURCE_DIR}/webui/install/configuration.ini" DESTINATION "${current_test_directory}/etc/bareos-webui/")
ENDIF()

ConfigureFilesToSystemtest("systemtests" "tests/${TEST_NAME}" "*" @ONLY)
Expand Down

0 comments on commit b944cfb

Please sign in to comment.