439
edits
| Line 103: | Line 103: | ||
NOTE: Many tests will fail if the test suite is ran on a FAT filesystem (like /sdcard). This is because we can't set the permissions on the files there. | NOTE: Many tests will fail if the test suite is ran on a FAT filesystem (like /sdcard). This is because we can't set the permissions on the files there. | ||
== Adjusting things to your environment == | == Customizations == | ||
=== Adjusting things to your environment === | |||
There are other environment variables you can set to change some of the defaults: | There are other environment variables you can set to change some of the defaults: | ||
| Line 109: | Line 110: | ||
*ANDROID_PORT - By default this is 2222 in sshdroid. You can change it with the options menu. If you do you will need to set the ANDROID_PORT value. | *ANDROID_PORT - By default this is 2222 in sshdroid. You can change it with the options menu. If you do you will need to set the ANDROID_PORT value. | ||
*ANDROID_VERSION - By default this is 8. You can change the NDK version you build against by changing this value. | *ANDROID_VERSION - By default this is 8. You can change the NDK version you build against by changing this value. | ||
=== Controlling the tests you run === | |||
edits