aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2022-11-19 23:05:05 +0100
committerAndre Weissflog <floooh@gmail.com>2022-11-19 23:05:05 +0100
commitfd2d04db708a1ebe1177bd0154332adff09e5e0d (patch)
tree0db47be4f20fcdefc04139823ad1c860a611385a /tests
parentd7e09db7dea4e8ba51c9a36a34ea8e3c776be15c (diff)
fix android and emscripten test builds
Diffstat (limited to 'tests')
-rw-r--r--tests/test_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_common.sh b/tests/test_common.sh
index 348360eb..925eb157 100644
--- a/tests/test_common.sh
+++ b/tests/test_common.sh
@@ -5,7 +5,7 @@ setup_emsdk() {
cd emsdk
./emsdk install latest
./emsdk activate latest
- cd ../../..
+ cd ../..
fi
source build/emsdk/emsdk_env.sh
}
@@ -21,7 +21,7 @@ setup_android() {
yes | ./sdkmanager "build-tools;29.0.3" >/dev/null
yes | ./sdkmanager "platform-tools" >/dev/null
yes | ./sdkmanager "ndk-bundle" >/dev/null
- cd ../../../../..
+ cd ../../../..
fi
}