Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some additional tests #329

Merged
merged 2 commits into from
Jun 28, 2024
Merged

Some additional tests #329

merged 2 commits into from
Jun 28, 2024

Commits on Jun 23, 2024

  1. ci: test empty string argument instead of number

    Giving an empty string instead of a number as option argument
    was not reliably caught, see GH issue schweikert#324 and GH PR schweikert#323.
    auerswal committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    51daca0 View commit details
    Browse the repository at this point in the history
  2. ci: test timestamp plausibility

    Some changes of fping resulted in some systems reporting
    implausible timestamps, see, e.g., GH issue schweikert#203.  This
    commit adds a simplistic plausability check for timestamps
    in Unix time format: they need to be greater or equal to
    1000000000 (2001-09-09 03:46:40+02:00).
    auerswal committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c229163 View commit details
    Browse the repository at this point in the history