We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee51010 commit f26f488Copy full SHA for f26f488
examples/configuration/main.cc
@@ -4,7 +4,6 @@
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <string.h>
7
-#include <memory>
8
#include <string>
9
10
#include "opentelemetry/exporters/ostream/console_log_record_builder.h"
functional/configuration/run_test.sh
@@ -11,8 +11,9 @@ set -e
11
12
[ -z "${BUILD_DIR}" ] && export BUILD_DIR="${HOME}/build"
13
14
-export EXAMPLE_BIN_DIR="${BUILD_DIR}/example/configuration/"
+export EXAMPLE_BIN_DIR="${BUILD_DIR}/examples/configuration/"
15
16
+# Make sure `example_yaml` is in the path
17
export PATH=${PATH}:${EXAMPLE_BIN_DIR}
18
19
shelltest ./shelltests
0 commit comments