(file) Return to Testcimmof CVS log (file) (dir) Up to [Pegasus] / pegasus / Attic

Diff for /pegasus/Attic/Testcimmof between version 1.2 and 1.3

version 1.2, 2003/06/06 19:55:28 version 1.3, 2005/02/11 22:27:20
Line 1 
Line 1 
 include $(PEGASUS_ROOT)/mak/config.mak include $(PEGASUS_ROOT)/mak/config.mak
 include $(PEGASUS_ROOT)/mak/test.mak  include $(PEGASUS_ROOT)/mak/commands.mak
   
 SCHEMA_VER=25  
 SCHEMA_DIR=CIM$(SCHEMA_VER)  
 MOF_PATH = $(ROOT)/Schemas/$(SCHEMA_DIR)  
   
 NAMESPACE=root/cimv2  
  
 clean: clean:
         @rm -Rf $(REPOSITORY_DIR)/repository.old          @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
         @rm -Rf $(REPOSITORY_DIR)/repository          @$(RM) -Rf $(REPOSITORY_DIR)/repository
         @rm -Rf repository.log          @$(RM) -Rf repository.log
  
 poststarttests: poststarttests:
         $(CIMSERVER_STOP_SERVICE)          $(MAKE) -f $(ROOT)/Testcimmof -i cimstop
         @rm -Rf $(REPOSITORY_DIR)/repository.old          @$(RM) -Rf $(REPOSITORY_DIR)/repository.old
         @rm -Rf $(REPOSITORY_DIR)/repository          @$(RM) -Rf $(REPOSITORY_DIR)/repository
         @rm -Rf repository.log          @$(RM) -Rf repository.log
         @ echo $(MOF_PATH)          @$(ECHO) $(CIM_SCHEMA_DIR)
         $(MAKE) repository         $(MAKE) repository
         @mv $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old          @$(MOVE) $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old
         $(CIMSERVER_START_SERVICE)          $(MAKE) -f $(ROOT)/Testcimmof cimstart
         @sleep 5          @$(SLEEP) 5
         @ echo $(MOF_PATH)          @$(ECHO) $(CIM_SCHEMA_DIR)
         $(MAKE) repositoryServer         $(MAKE) repositoryServer
         @ ./diffscript $(REPOSITORY_DIR) root#cimv2/classes         @ ./diffscript $(REPOSITORY_DIR) root#cimv2/classes
         @ ./diffscript $(REPOSITORY_DIR) root#PG_Internal/classes         @ ./diffscript $(REPOSITORY_DIR) root#PG_Internal/classes


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2