Browse Source

fix android tests source path

Andre Weissflog 2 years ago
parent
commit
5e75941b8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_android.sh

+ 1 - 1
tests/test_android.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 set -e
-source test_common.sh
+source tests/test_common.sh
 setup_android
 build android_debug android_debug
 build android_release android_release