OOT Build fix: reference the source directory's Python test app
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 10 Aug 2016 18:40:24 +0000 (14:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 10 Aug 2016 18:41:08 +0000 (14:41 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/python-logging/test_python_logging.in

index d5a9b80399633f1bb00aee18293a3d3b5604b630..40c29181cbfc082866f2e377140de4dac3322b35 100755 (executable)
@@ -24,7 +24,7 @@ NR_ITER=5
 NR_SEC_WAIT=0
 TESTAPP_NAME="test"
 TESTAPP_BIN="$TESTAPP_NAME.py"
-TESTAPP_PATH="$CURDIR"
+TESTAPP_PATH="@abs_top_srcdir@/tests/regression/ust/python-logging"
 SESSION_NAME="python-test"
 EVENT_NAME="python-ev-test1"
 EVENT_NAME2="python-ev-test2"
This page took 0.026332 seconds and 4 git commands to generate.