Loading .gitlab-ci.yml +9 −0 Changes for .gitlab-ci.yml: 9 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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: Loading tests/test_directories.py +0 −1 Changes for tests/test_directories.py: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +9 −0 Changes for .gitlab-ci.yml: 9 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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: Loading
tests/test_directories.py +0 −1 Changes for tests/test_directories.py: 0 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -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 Loading