We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315ff8e commit 9be1294Copy full SHA for 9be1294
third_party/flatbuffers-c-bridge/build.sh
@@ -72,7 +72,7 @@ function install() {
72
73
function test() {
74
echo "******** Testing ********"
75
- (cd "${buildDir}${buildOutputDir}" && ./flatbuffers-c-bridge-test${exeExt})
+ "${buildDir}${buildOutputDir}/flatbuffers-c-bridge-test${exeExt}"
76
}
77
78
build
0 commit comments