Skip to content

Commit fd0e3f2

Browse files
committed
fixup! fix: Enforce UTF-8 for AppMap I/O and add encoding regression tests
1 parent 882854a commit fd0e3f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/test/encoding/encoding.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ java_cmd="java -cp ${BATS_TEST_DIRNAME}/build -javaagent:'${AGENT_JAR}'"
99

1010
setup() {
1111
cd "${BATS_TEST_DIRNAME}"
12+
13+
mkdir build
1214
# Compile tests. Output to test/encoding so package structure 'pkg' works.
1315
# We need to compile both UnicodeTest.java and pkg/Target.java.
1416
javac -d ./build UnicodeTest.java

0 commit comments

Comments
 (0)