[Esbox-commits] r2178 - trunk/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands

eswartz at garage.maemo.org eswartz at garage.maemo.org
Mon Sep 14 19:18:23 EEST 2009


Author: eswartz
Date: 2009-09-14 19:18:22 +0300 (Mon, 14 Sep 2009)
New Revision: 2178

Modified:
   trunk/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java
Log:
Merge rev 2177 from work_Ed branch

Modified: trunk/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java
===================================================================
--- trunk/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java	2009-09-14 16:14:16 UTC (rev 2177)
+++ trunk/org.maemo.esbox.scratchbox.tests/src/org/maemo/esbox/scratchbox/tests/commands/TestScratchboxFacade.java	2009-09-14 16:18:22 UTC (rev 2178)
@@ -267,7 +267,7 @@
 		List<String> cputransps = getCputransps();
 		String cputransp = "sbrsh";
 		for (String c : cputransps) {
-			if (c.matches("qemu.*arm.*sb.*")) {
+			if (c.matches(".*qemu.*arm.*sb.*")) {
 				cputransp = c;
 				break;
 			}



More information about the Esbox-commits mailing list