Tests: snapshot tests complain that nothing is output
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Feb 2023 20:43:18 +0000 (15:43 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 6 Jun 2023 18:39:08 +0000 (14:39 -0400)
commit887d5ddfd89a4f20f02c03c015c81c18ba261e6f
tree960fb4fa2feca9c64ad90706a5af297fc01eface
parent4e3023535a43d306f3c9892dbaebe7adecb10021
Tests: snapshot tests complain that nothing is output

The user space snapshot tests invoke a common script that runs the
actual tests. In doing so, the parent script's tap generator isn't
involved in the production of the tests' tap output and outputs an error
message as diagnostic.

  ok 134 - Wait after kill session daemon
  # Looks like your test died before it could output anything.

`exec`-ing the common script sidesteps the problem by replacing the
shell entirely.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I53783fa783eb5581bf41fc1a5504dbd4e14fa595
tests/regression/tools/snapshots/test_ust_fast
tests/regression/tools/snapshots/test_ust_long
This page took 0.024867 seconds and 4 git commands to generate.