[Title]Add test result
authorshihyun <shihyun@shihyun-Samsung-Desktop-System.(none)>
Wed, 31 Jul 2013 02:08:15 +0000 (11:08 +0900)
committershihyun <shihyun@shihyun-Samsung-Desktop-System.(none)>
Wed, 31 Jul 2013 02:08:15 +0000 (11:08 +0900)
InstallManager_java/src/org/tizen/installmanager/ui/InstallManagerWindow.java
package/pkginfo.manifest

index 72ceebe..0cda470 100644 (file)
@@ -845,6 +845,11 @@ public class InstallManagerWindow extends ApplicationWindow {
                                        Log.log("Fail to command line install.");
                                        System.out.println("Fail to console install.");
                                }
+                               
+                               if (Options.doTest) {
+                                       Performance.printTestResult();
+                               }
+                               
                                System.exit(0);
                        } else if (Options.doRemoveNoUI) {
                                if (InstallManagerNoUI.cliUninstall(Options.packages)) {
index d40aa68..8d877e6 100644 (file)
@@ -1,5 +1,5 @@
 Source: install-manager
-Version: 2.2.41
+Version: 2.2.42
 Maintainer: Shihyun Kim<shihyun.kim@samsung.com>, Yongsung Kim<yongsung1.kim@samsung.com>
 
 Package: install-manager