Skip to content

Commit f26f488

Browse files
committed
cleanup
1 parent ee51010 commit f26f488

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/configuration/main.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <stdio.h>
55
#include <stdlib.h>
66
#include <string.h>
7-
#include <memory>
87
#include <string>
98

109
#include "opentelemetry/exporters/ostream/console_log_record_builder.h"

functional/configuration/run_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ set -e
1111

1212
[ -z "${BUILD_DIR}" ] && export BUILD_DIR="${HOME}/build"
1313

14-
export EXAMPLE_BIN_DIR="${BUILD_DIR}/example/configuration/"
14+
export EXAMPLE_BIN_DIR="${BUILD_DIR}/examples/configuration/"
1515

16+
# Make sure `example_yaml` is in the path
1617
export PATH=${PATH}:${EXAMPLE_BIN_DIR}
1718

1819
shelltest ./shelltests

0 commit comments

Comments
 (0)