tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / regression / Makefile.am
index 55e56c291e963f06b962ae06712078c2173421ff..58269d15dfb295ec31cb46144ab078782bb6c9b3 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/channel/test_channel \
This page took 0.023102 seconds and 4 git commands to generate.