Loading .gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -109,3 +109,14 @@ test path resolution: artifacts: paths: - "${LOG_PATH}" test symlink: stage: test script: - mkdir -p "${LOG_PATH}" - ${BUILD_PATH}/bin/adafs_daemon --mount /tmp/mountdir --root /tmp/adafs_root & - sleep 4 - LD_PRELOAD=${BUILD_PATH}/lib/libadafs_preload_client.so ${TESTS_BUILD_PATH}/ifs_test_symlink artifacts: paths: - "${LOG_PATH}" Loading
.gitlab-ci.yml +11 −0 Original line number Diff line number Diff line Loading @@ -109,3 +109,14 @@ test path resolution: artifacts: paths: - "${LOG_PATH}" test symlink: stage: test script: - mkdir -p "${LOG_PATH}" - ${BUILD_PATH}/bin/adafs_daemon --mount /tmp/mountdir --root /tmp/adafs_root & - sleep 4 - LD_PRELOAD=${BUILD_PATH}/lib/libadafs_preload_client.so ${TESTS_BUILD_PATH}/ifs_test_symlink artifacts: paths: - "${LOG_PATH}"