Verified Commit 2fc699c2 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Add symlink test to gitlab-CI

parent a3878aee
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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}"