tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / regression / Makefile.am
index 0e9f2576b0f2184d11f65fdabc1b0847296d6fbe..73e49c99798be4879e4acbe7227b4f80d68f1fbc 100644 (file)
@@ -4,7 +4,7 @@ SUBDIRS = tools kernel ust
 
 LOG_DRIVER_FLAGS = --merge --post-script $(top_srcdir)/tests/utils/warn_processes.sh
 LOG_DRIVER = env PGREP='$(PGREP)' AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 TESTS = tools/base-path/test_ust \
        tools/filtering/test_invalid_filter \
This page took 0.025002 seconds and 5 git commands to generate.