Commit 0164c68f authored by Jean Bez's avatar Jean Bez
Browse files

fix format

parent 79021923
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ test wr:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - echo "`hostname` 0" > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_wr
@@ -86,7 +86,7 @@ test directories:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - echo "`hostname` 0" > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_dir
@@ -98,7 +98,7 @@ test truncate:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - echo "`hostname` 0" > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_truncate
@@ -110,7 +110,7 @@ test path resolution:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - echo "`hostname` 0" > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_path_resolution
@@ -122,7 +122,7 @@ test lseek:
  stage: test
  script:
    - mkdir -p "${LOG_PATH}"
    - echo `hostname`:0 > gkfs_forwarding.map
    - echo "`hostname` 0" > gkfs_forwarding.map
    - ${INSTALL_PATH}/bin/gkfs_daemon --mount /tmp/mountdir --root /tmp/root &
    - sleep 4
    - LD_PRELOAD=${INSTALL_PATH}/lib/libgkfs_intercept.so ${TESTS_BUILD_PATH}/gkfs_test_lseek