Changeset 782
- Timestamp:
- 02/27/08 12:38:17 (9 months ago)
- Files:
-
- trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php (modified) (1 diff)
- trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php (modified) (1 diff)
- trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php (modified) (1 diff)
- trunk/Makefile (modified) (2 diffs)
- trunk/Makefile (modified) (2 diffs)
- trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php
r781 r782 38 38 $rep = $this->getResponse(); 39 39 40 $rep->content = 41 'Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.'40 $rep->content = ' 41 Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.' 42 42 =========================================================================== 43 44 43 '; 45 44 trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php
r781 r782 38 38 $rep = $this->getResponse(); 39 39 40 $rep->content = 41 'Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.'40 $rep->content = ' 41 Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.' 42 42 =========================================================================== 43 44 43 '; 45 44 trunk/lib/jelix-modules/junittests/controllers/default.cmdline.php
r781 r782 38 38 $rep = $this->getResponse(); 39 39 40 $rep->content = 41 'Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.'40 $rep->content = ' 41 Unit Tests php version: '.phpversion().' Jelix version: '.JELIX_VERSION.' 42 42 =========================================================================== 43 44 43 '; 45 44 trunk/Makefile
r712 r782 21 21 DOCSPATH=_docs 22 22 endif 23 ifndef TESTS_DBPROFILES 24 TESTS_DBPROFILES=testapp/var/config/dbprofils.ini.php.dist 25 endif 23 26 24 27 default: 25 28 @echo "target:" 26 29 @echo " nightlies : " 27 @echo " géné erations des packages des nightly build"30 @echo " générations des packages des nightly build" 28 31 @echo " docs : " 29 32 @echo " Génération de la doc" … … 43 46 $(PHP) build/buildfonts.php -D $(DISTPATHSWITCH) build/config/jelix-fonts-dist.ini 44 47 48 tests: 49 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini 50 $(PHP) build/buildapp.php -D $(TESTPATHSWITCH) build/config/testapp-test.ini 51 cd $(TESTPATH) && cp $(TESTS_DBPROFILES) testapp/var/config/dbprofils.ini.php 52 cd $(TESTPATH)/testapp/scripts/ && $(PHP) tests.php default:index 53 45 54 docs: 46 55 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini trunk/Makefile
r712 r782 21 21 DOCSPATH=_docs 22 22 endif 23 ifndef TESTS_DBPROFILES 24 TESTS_DBPROFILES=testapp/var/config/dbprofils.ini.php.dist 25 endif 23 26 24 27 default: 25 28 @echo "target:" 26 29 @echo " nightlies : " 27 @echo " géné erations des packages des nightly build"30 @echo " générations des packages des nightly build" 28 31 @echo " docs : " 29 32 @echo " Génération de la doc" … … 43 46 $(PHP) build/buildfonts.php -D $(DISTPATHSWITCH) build/config/jelix-fonts-dist.ini 44 47 48 tests: 49 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini 50 $(PHP) build/buildapp.php -D $(TESTPATHSWITCH) build/config/testapp-test.ini 51 cd $(TESTPATH) && cp $(TESTS_DBPROFILES) testapp/var/config/dbprofils.ini.php 52 cd $(TESTPATH)/testapp/scripts/ && $(PHP) tests.php default:index 53 45 54 docs: 46 55 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini trunk/Makefile
r712 r782 21 21 DOCSPATH=_docs 22 22 endif 23 ifndef TESTS_DBPROFILES 24 TESTS_DBPROFILES=testapp/var/config/dbprofils.ini.php.dist 25 endif 23 26 24 27 default: 25 28 @echo "target:" 26 29 @echo " nightlies : " 27 @echo " géné erations des packages des nightly build"30 @echo " générations des packages des nightly build" 28 31 @echo " docs : " 29 32 @echo " Génération de la doc" … … 43 46 $(PHP) build/buildfonts.php -D $(DISTPATHSWITCH) build/config/jelix-fonts-dist.ini 44 47 48 tests: 49 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini 50 $(PHP) build/buildapp.php -D $(TESTPATHSWITCH) build/config/testapp-test.ini 51 cd $(TESTPATH) && cp $(TESTS_DBPROFILES) testapp/var/config/dbprofils.ini.php 52 cd $(TESTPATH)/testapp/scripts/ && $(PHP) tests.php default:index 53 45 54 docs: 46 55 $(PHP) build/buildjelix.php -D $(TESTPATHSWITCH) build/config/jelix-test.ini
