#1175 fix variable usage and lynx acquiring

This commit is contained in:
Sean Mac Gillicuddy 2019-05-24 11:39:29 +01:00
parent e8f4c1d509
commit 0cdd84636b

View File

@ -53,8 +53,9 @@ after_success:
after_failure:
- export MY_MOD="app"
- export MY_LOG_DIR="$(HOME)/${MY_MOD}/build/outputs/reports/androidTests/connected/"
- export MY_LOG_DIR="${HOME}/${MY_MOD}/build/outputs/reports/androidTests/connected/"
- pwd && cd "${MY_LOG_DIR:-.}" && pwd && ls -al
- sudo apt-get update
- sudo apt-get install -qq lynx && lynx --dump index.html > myIndex.log
- lynx --dump com.android.builder.testing.ConnectedDevice.html > myConnectedDevice.log
- lynx --dump com.android.builder.testing.html > myTesting.log