From ebe4501bfd6f747e76b618b215523f087c423789 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 24 Jan 2021 15:57:15 -0800 Subject: [PATCH] fix path to rtest.py when triggered by `make check-recursive` --- rtest/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtest/Makefile.am b/rtest/Makefile.am index fae2f9212..4b78b52ca 100644 --- a/rtest/Makefile.am +++ b/rtest/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = graphs linux.x86 check test rtest: $(top_builddir)/cmd/dot/dot_builtins $(top_builddir)/contrib/diffimg/diffimg - ./rtest.py + $(top_srcdir)/rtest/rtest.py EXTRA_DIST = graphs nshare rtest.py strps.awk tests.txt tests_subset.txt test_regression.py -- 2.40.0