tests: add missing backslash in tests/Makefile.am
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 20 Nov 2019 17:04:24 +0000 (12:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 26 Nov 2019 19:24:17 +0000 (14:24 -0500)
Change-Id: I676829a841ad09e6e2df9894272f6c85a9cff1ca
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2420
Tested-by: jenkins <jenkins@lttng.org>
tests/Makefile.am

index d341c3cdbffccdb89c6a17264bde1c221d451e3a..58937d759d081004ec66b8e71409e7f8b1046e5b 100644 (file)
@@ -127,7 +127,7 @@ TESTS_CLI += \
        cli/convert/test_auto_source_discovery_log_level \
        cli/convert/test_auto_source_discovery_params \
        cli/params/test_params \
-       cli/query/test_query
+       cli/query/test_query \
        cli/test_exit_status
 
 TESTS_PLUGINS += plugins/flt.utils.trimmer/test_trimming \
This page took 0.037807 seconds and 4 git commands to generate.