Commit 5527605d authored by Jean Bez's avatar Jean Bez
Browse files

Fix typo in variable name for the interface

parent 1f762678
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ integration tests:
    paths:
      - "${INTEGRATION_TESTS_RUN_PATH}"

integration GekkoFWD tests:
integration FWD tests:
  stage: test forwarding
  script:
    - mkdir -p ${INTEGRATION_TESTS_FWD_RUN_PATH}
+1 −1
Original line number Diff line number Diff line
@@ -13,5 +13,5 @@

[pytest]
testpaths = @CMAKE_INSTALL_FULL_DATAROOTDIR@/gkfs/tests
addopts = --bin-dir=@CMAKE_INSTALL_FULL_BINDIR@ --bin-dir=@CMAKE_INSTALL_FULL_LIBDIR@ --lib-dir=@CMAKE_INSTALL_FULL_LIBDIR@ --interface=@GKFS_TESTS_FORWARDING@ --forwarding=@ENABLE_FORWARDING@
addopts = --bin-dir=@CMAKE_INSTALL_FULL_BINDIR@ --bin-dir=@CMAKE_INSTALL_FULL_LIBDIR@ --lib-dir=@CMAKE_INSTALL_FULL_LIBDIR@ --interface=@GKFS_TESTS_INTERFACE@ --forwarding=@ENABLE_FORWARDING@
enable_assertion_pass_hook = true