|
From: <ju...@us...> - 2017-05-15 23:28:03
|
Revision: 8894
http://sourceforge.net/p/smartfrog/svn/8894
Author: julgui
Date: 2017-05-15 23:28:01 +0000 (Mon, 15 May 2017)
Log Message:
-----------
quick health test for the Daemon and Subprocesses
Added Paths:
-----------
trunk/core/smartfrog/bin/healthTest.bat
Added: trunk/core/smartfrog/bin/healthTest.bat
===================================================================
--- trunk/core/smartfrog/bin/healthTest.bat (rev 0)
+++ trunk/core/smartfrog/bin/healthTest.bat 2017-05-15 23:28:01 UTC (rev 8894)
@@ -0,0 +1,17 @@
+
+if defined SFHOME goto continue1
+ if exist "%cd%\sfGui.bat" cd ..
+ set SFHOME=%cd%
+ cd ..
+:continue1
+start bin\sfStopDaemon localhost
+PAUSE
+start bin\sfDaemon
+PAUSE
+start bin\sfStart localhost quickTest org/smartfrog/examples/subprocesses/subprocess.sf
+
+PAUSE
+
+ bin\sfStopDaemon localhost
+
+ PAUSE
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|