Update of /cvsroot/boost/boost/tools/jam/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28901/test

Modified Files:
      Tag: Boost_Jam_994
        parallel_actions.jam 
Log Message:
Fixed missing io dup, for both stderr and stdout.

Index: parallel_actions.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/jam/test/Attic/parallel_actions.jam,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- parallel_actions.jam        2 Jun 2007 01:42:46 -0000       1.1.2.4
+++ parallel_actions.jam        2 Jun 2007 03:38:58 -0000       1.1.2.5
@@ -8,38 +8,38 @@
 
     assert "...found 12 targets...
 ...updating 8 targets...
-sleeper a0.txt
-[a0] 0
-[a0] 1
-[a0] 2
-sleeper a1.txt
-[a1] 0
-[a1] 1
-[a1] 2
-sleeper a2.txt
-[a2] 0
-[a2] 1
-[a2] 2
-sleeper a3.txt
-[a3] 0
-[a3] 1
-[a3] 2
-sleeper b0.txt
-[b0] 0
-[b0] 1
-[b0] 2
-sleeper b1.txt
-[b1] 0
-[b1] 1
-[b1] 2
-sleeper b2.txt
-[b2] 0
-[b2] 1
-[b2] 2
-sleeper b3.txt
-[b3] 0
-[b3] 1
-[b3] 2
+sleeper 1.a
+[.a] 0
+[.a] 1
+[.a] 2
+sleeper 2.a
+[.a] 0
+[.a] 1
+[.a] 2
+sleeper 3.a
+[.a] 0
+[.a] 1
+[.a] 2
+sleeper 4.a
+[.a] 0
+[.a] 1
+[.a] 2
+sleeper 1.b
+[.b] 0
+[.b] 1
+[.b] 2
+sleeper 2.b
+[.b] 0
+[.b] 1
+[.b] 2
+sleeper 3.b
+[.b] 0
+[.b] 1
+[.b] 2
+sleeper 4.b
+[.b] 0
+[.b] 1
+[.b] 2
 ...updated 8 targets...
 " : (==) : [ SHELL "$(ARGV[1]) -f parallel_actions.jam -sBJAM_SUBTEST=1 -j4" ] 
;
 }
@@ -61,11 +61,11 @@
     {
         actions sleeper
         {
-echo "[$(<:S)] 0"
+echo "[$(<:S)] 0" 1>&2
 sleep 1
 echo "[$(<:S)] 1"
 sleep 1
-echo "[$(<:S)] 2"
+echo "[$(<:S)] 2" 1>&2
 sleep $(<:B)
         }
     }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to