Revision: 3128
Author: jussi.ao.malinen
Date: Mon May  3 07:52:43 2010
Log: tagged two SIGTERM -tests as non windows-tests (windows does not support SIGTERM)
http://code.google.com/p/robotframework/source/detail?r=3128

Modified:
 /trunk/atest/robot/running/stopping_with_signal.txt

=======================================
--- /trunk/atest/robot/running/stopping_with_signal.txt Mon May 3 07:19:13 2010 +++ /trunk/atest/robot/running/stopping_with_signal.txt Mon May 3 07:52:43 2010
@@ -1,6 +1,5 @@
 *** Settings ***
-Force Tags      regression
-Default Tags    pybot  jybot
+Force Tags      regression  pybot  jybot
 Resource        atest_resource.txt
 Library  ProcessManager.py

@@ -11,6 +10,7 @@
     Check Test Cases Have Failed Correctly

 SIGTERM Signal Should Stop Test Execution Gracefully
+    [tags]  non windows
     Start And Send Signal  without_any_timeout.txt  One Signal  SIGTERM  0s
     Process Output For Graceful Shutdown
     Check Test Cases Have Failed Correctly
@@ -35,6 +35,7 @@
     Check Tests Have Been Forced To Shutdown

 Two SIGTERM Signals Should Stop Test Execution Forcefully
+    [tags]  non windows
Start And Send Signal without_any_timeout.txt Two Signals SIGTERM 1s
     Check Tests Have Been Forced To Shutdown

Reply via email to