Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 8, 2025
1 parent e11d079 commit 132fd5c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ python allTests.py

If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.
****

## Building the Ice for Android Tests

The `test/android/controller` directory contains an Android Studio project for
Expand Down
2 changes: 1 addition & 1 deletion scripts/Util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ def startEmulator(self, avd):
#
print("starting the emulator... ")
out = run("emulator -list-avds")
print(out)

if avd not in out:
raise RuntimeError("couldn't find AVD `{}'".format(avd))

Expand Down
3 changes: 0 additions & 3 deletions swift/test-report.xml

This file was deleted.

Empty file.

0 comments on commit 132fd5c

Please sign in to comment.