Skip to content

Commit

Permalink
chore(tests/falco): drop debug printlns.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed May 9, 2024
1 parent dca902f commit a483026
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/falco/miscs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ limitations under the License.
package testfalco

import (
"fmt"
"github.com/falcosecurity/testing/pkg/run"
"github.com/falcosecurity/testing/tests/data/rules"
"os"
Expand Down Expand Up @@ -104,9 +103,6 @@ func TestFalco_Miscs_HotReload(t *testing.T) {
)
assert.NoError(t, falcoRes.Err(), "%s", falcoRes.Stderr())
assert.Equal(t, 0, falcoRes.ExitCode())

fmt.Println(falcoRes.Stderr())
fmt.Println(falcoRes.Stdout())
// We want to be sure that the hot reload was triggered
assert.Regexp(t, `SIGHUP received, restarting...`, falcoRes.Stderr())
}

0 comments on commit a483026

Please sign in to comment.