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

Cleanup restruct lib.sh #54

Merged
merged 5 commits into from Apr 1, 2014
Merged

Commits on Mar 28, 2014

  1. Restructure all of lib.sh and functions-opendnssec.sh.

    - Added more checks to functions and made sure all variable are quited and local.
    - Removed global syslog_grep_count_variable from lib.sh/syslog_grep_count().
    - Added syslog_grep_count2 and grep_this_count2 that echos the count.
    - Used syslog_grep_count2 in Enforcer/Signer start/stop count functions and added new global variable ODS_ENFORCER_START_COUNT / ODS_ENFORCER_STOP_COUNT / ODS_SIGNER_START_COUNT / ODS_SIGNER_STOP_COUNT.
    - Added 2 new tool depend; pgrep and gsort/sort.
    - Save test output in retries and failed tests
    jelu committed Mar 28, 2014
    Copy the full SHA
    6e08c1f View commit details
    Browse the repository at this point in the history
  2. Rewrote ods_enforcer_start_timeshift() based on log_this_timeout, it …

    …starts Enforcer is the background and checks for output in syslog and if there has not been any output for the given timeout it kills and fails.
    jelu committed Mar 28, 2014
    Copy the full SHA
    432cad2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4a7dad3 View commit details
    Browse the repository at this point in the history
  4. Removing some whitespace

    jelu committed Mar 28, 2014
    Copy the full SHA
    5a9c971 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f2e52c6 View commit details
    Browse the repository at this point in the history