Skip to content
Snippets Groups Projects
Commit 0deb8731 authored by Vaclav Sraier's avatar Vaclav Sraier
Browse files

Revert "tests/packaging: skip workers.sh"

This reverts commit 16ea2c8f.
parent f097ee00
No related branches found
No related tags found
1 merge request!1344fix kresctl packaging
Pipeline #104524 failed
Pipeline: Knot Resolver

#104526

    Pipeline: Knot Resolver

    #104525

      #!/bin/bash
      # set -e
      set -e
      # kresctl config /workers 5
      kresctl config /workers 5
      # test "$(ps -a -x | grep kresd | grep -v grep | wc -l)" -eq 5
      test "$(ps -a -x | grep kresd | grep -v grep | wc -l)" -eq 5
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment