You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some tests in AnaLog are platform dependent, for example those for checking symlink resolution of Log Access Guard.
Such tests must take in count current OS and be capable to exclude/include some check basing on it.
As a consequence, the tests must be run in several environments, ideally in Linux, macOS and Windows. This can be achieved with recently introduced Travis CI integration (see its documentation).
The text was updated successfully, but these errors were encountered:
From the tests' point of view, the corresponding separation can be achieved by leveraging JUnit's org.junit.jupiter.api.condition.EnabledOnOs conditional annotation (see the doc).
Some tests in AnaLog are platform dependent, for example those for checking symlink resolution of Log Access Guard.
Such tests must take in count current OS and be capable to exclude/include some check basing on it.
As a consequence, the tests must be run in several environments, ideally in Linux, macOS and Windows. This can be achieved with recently introduced Travis CI integration (see its documentation).
The text was updated successfully, but these errors were encountered: