-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea08127
commit 8a65bd3
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
echo 1. What is in this directory? | ||
ls -a | ||
echo | ||
echo 2. Is Java installed? | ||
java -version | ||
echo 3. Is git installed? | ||
git --version | ||
echo 4. What about build tools? | ||
mvn --version | ||
gradle --version | ||
ant -version | ||
echo | ||
echo 5. Where is the Android SDK Root? | ||
echo $ANDROID_SDK_ROOT | ||
echo | ||
echo 6. Where are the Selenium jars? | ||
echo | ||
echo 7. What is the workspace location? | ||
echo $RUNNNER_WORKSPACE | ||
echo | ||
echo 8. Who is running this script? | ||
whoami | ||
echo 9. How is the disc laid out? | ||
df | ||
echo 10. What environment variables are available? | ||
env |