Skip to content

Commit 9be1294

Browse files
committed
experiment
1 parent 315ff8e commit 9be1294

File tree

1 file changed

+1
-1
lines changed
  • third_party/flatbuffers-c-bridge

1 file changed

+1
-1
lines changed

third_party/flatbuffers-c-bridge/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function install() {
7272

7373
function test() {
7474
echo "******** Testing ********"
75-
(cd "${buildDir}${buildOutputDir}" && ./flatbuffers-c-bridge-test${exeExt})
75+
"${buildDir}${buildOutputDir}/flatbuffers-c-bridge-test${exeExt}"
7676
}
7777

7878
build

0 commit comments

Comments
 (0)