We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882854a commit 0f86c84Copy full SHA for 0f86c84
agent/test/encoding/encoding.bats
@@ -9,6 +9,8 @@ java_cmd="java -cp ${BATS_TEST_DIRNAME}/build -javaagent:'${AGENT_JAR}'"
9
10
setup() {
11
cd "${BATS_TEST_DIRNAME}"
12
+
13
+ mkdir -p build
14
# Compile tests. Output to test/encoding so package structure 'pkg' works.
15
# We need to compile both UnicodeTest.java and pkg/Target.java.
16
javac -d ./build UnicodeTest.java
0 commit comments