Skip to content

Commit

Permalink
systemtests: have individual piddir for each test
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 15, 2020
1 parent 1a52369 commit f821c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions systemtests/CMakeLists.txt
Expand Up @@ -160,7 +160,9 @@ macro(prepare_testdir_for_daemon_run)
set(python_plugin_module_src_test_dir
${current_test_directory}/python-modules
)
set(piddir ${current_test_directory}/piddir)

file(MAKE_DIRECTORY ${piddir})
file(MAKE_DIRECTORY ${tmpdir})
file(MAKE_DIRECTORY ${archivedir})
file(MAKE_DIRECTORY ${logdir})
Expand Down Expand Up @@ -310,8 +312,6 @@ set(tmpsrc ${PROJECT_BINARY_DIR}/tmpsrc)
set(working ${PROJECT_BINARY_DIR}/working)
set(working_dir ${PROJECT_BINARY_DIR}/working)

set(piddir ${PROJECT_BINARY_DIR}/piddir)
file(MAKE_DIRECTORY ${piddir})

# set(BASEPORT ${dir_port})

Expand Down

0 comments on commit f821c4f

Please sign in to comment.