From 73d7fabb358284fcf05553169d6df6279ece6e13 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 9 Jun 2017 17:28:42 -0400 Subject: [PATCH] Fix: make check in out-of-tree MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- configure.ac | 1 + tests/cli/{test_convert_args => test_convert_args.in} | 0 2 files changed, 1 insertion(+) rename tests/cli/{test_convert_args => test_convert_args.in} (100%) mode change 100755 => 100644 diff --git a/configure.ac b/configure.ac index bf0c7e10..5d0ad5e2 100644 --- a/configure.ac +++ b/configure.ac @@ -539,6 +539,7 @@ AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugi AC_CONFIG_FILES([tests/cli/test_trace_read], [chmod +x tests/cli/test_trace_read]) AC_CONFIG_FILES([tests/cli/intersection/test_intersection], [chmod +x tests/cli/intersection/test_intersection]) +AC_CONFIG_FILES([tests/cli/test_convert_args], [chmod +x tests/cli/test_convert_args]) AC_CONFIG_FILES([tests/cli/intersection/bt_python_helper.py]) AC_CONFIG_FILES([tests/lib/writer/bt_python_helper.py]) AC_CONFIG_FILES([tests/lib/writer/test_ctf_writer_empty_packet.py]) diff --git a/tests/cli/test_convert_args b/tests/cli/test_convert_args.in old mode 100755 new mode 100644 similarity index 100% rename from tests/cli/test_convert_args rename to tests/cli/test_convert_args.in -- 2.34.1