Skip to content
Snippets Groups Projects
Commit 0a79a50d authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Fix cleanup gone wrong


Change-Id: Iebd03914a2abcfa014288f82360687f18d6bacd9
Reviewed-by: default avatarRobert Loehning <robert.loehning@digia.com>
parent 50f7407c
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ def __chooseTargets__(targets=Targets.DESKTOP_474_GCC, availableTargets=None, ...@@ -284,7 +284,7 @@ def __chooseTargets__(targets=Targets.DESKTOP_474_GCC, availableTargets=None,
test.fail("Failed to check target '%s'." % Targets.getStringForTarget(current)) test.fail("Failed to check target '%s'." % Targets.getStringForTarget(current))
else: else:
# Simulator has been added without knowing whether configured or not - so skip warning here? # Simulator has been added without knowing whether configured or not - so skip warning here?
if current != Targets.Targets.SIMULATOR: if current != Targets.SIMULATOR:
test.warning("Target '%s' is not set up correctly." % Targets.getStringForTarget(current)) test.warning("Target '%s' is not set up correctly." % Targets.getStringForTarget(current))
return checkedTargets return checkedTargets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment