tests: Move tap-driver.sh out of the autotools aux directory
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 11 May 2021 14:29:50 +0000 (10:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 27 May 2021 21:31:35 +0000 (17:31 -0400)
commitffd85c6e61897e7dcb5d6926dfbad46928c01aee
treefaaf9d7c7e47f07926ddecbeb085a2616aee5460
parente0cabb58d0fa46743bf3865586c6f97793dc9ca7
tests: Move tap-driver.sh out of the autotools aux directory

We have made local modifications to this script, move it to the test
suite directory so it doesn't get overwritten by an updated version from
autotools.

Running 'make check' on current RHEL or Fedora without this patch
results in the following error:

  make[5]: Entering directory '/builddir/build/BUILD/lttng-tools-2.12.4/tests/regression'
  tap-driver.sh: invalid option: '--post-script'

Change-Id: I22823176cc5b98901865c9415250ce8e49384cbd
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
config/tap-driver.sh [deleted file]
configure.ac
tests/perf/Makefile.am
tests/regression/Makefile.am
tests/unit/Makefile.am
tests/utils/Makefile.am
tests/utils/tap-driver.sh [new file with mode: 0755]
This page took 0.026665 seconds and 5 git commands to generate.