ltrace/tests
Jesus Checa Hidalgo dcc1247212 tests: fixes for gating tests
* plans/ci: setting "how: beakerlib" in execute step is deprecated.
  changed to "how: tmt" to comply with newer tmt versions.
  tmt versions.
* ltrace with both --o and --c does not produce output to file:
  add malloc to the list of syscalls to check for tracing.
* ltrace crashes when run on certain processes with --S option:
  make pgrep to exact match to avoid getting two PIDs, one from
  dbus-broker and other from dbus-broker-launch.
* ltrace doesn't work on PIE-binaries:
  Added missing 32-bit dependencies.
2022-05-11 13:54:16 +00:00
..
Regression tests: fixes for gating tests 2022-05-11 13:54:16 +00:00
Sanity CI testing: Fix the SRPM download 2021-11-12 09:09:08 +01:00
README Introduce CI gating with a simple test 2021-01-18 16:44:54 +01:00

The test's Makefiles are not used in Fedora CI infrastructure.  But are kept here
 for backward compatibility with traditional beakerlib test harness in RHEL.