Loading .gitlab-ci.yml +9 −0 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 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 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 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