Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        main.c 


Log Message:
call ewl_shutdown after the unit tests are done

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- main.c      11 Dec 2007 05:51:21 -0000      1.93
+++ main.c      14 Dec 2007 17:18:02 -0000      1.94
@@ -218,7 +218,10 @@
 
        if (!unit_test)
                ewl_main();
-       else if (unit_test && !ran_test)
+       else if (ran_test)
+               ewl_shutdown();
+       
+       if (unit_test && !ran_test)
                fprintf(stderr, "Must supply either -all parameter or test "
                                "name when running unit tests.\n");
 



-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to