Commit 39fdc2a2 authored by Alberto Miranda's avatar Alberto Miranda ♨️ Committed by Marc Vef
Browse files

Add integration tests to CI.

Also, remove outdated import.
parent a24a1190
Loading
Loading
Loading
Loading
+9 −0
Changes for .gitlab-ci.yml: 9 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -72,6 +72,15 @@ compile tests:
    paths:
     - ${TESTS_BUILD_PATH}

integration tests:
  stage: test
  script:
    - make test
  artifacts:
    when: on_failure
    paths:
      - "${BUILD_PATH}/tests/pytest.log"

test wr:
  stage: test
  script:
+0 −1
Changes for tests/test_directories.py: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ import harness
from pathlib import Path
import errno
import stat
from harness import glibc_syscalls
import os
from pprint import pprint
import ctypes