Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make socket tests run less annoyingly on Win32.
They could pop up windows before; this prevents it.
  • Loading branch information
jnthn committed Aug 4, 2013
1 parent 585d3d9 commit 6f39558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET.bat
Expand Up @@ -8,7 +8,7 @@ SET PORT=%2
DEL t\spec\S32-io\server-ready-flag 2> NUL

:: Use START to fork the server and set the window title so we can kill it later
START "P6IOSOCKETtest" perl6 t\spec\S32-io\IO-Socket-INET.pl %TEST% %PORT% server
START "P6IOSOCKETtest" /MIN perl6 t\spec\S32-io\IO-Socket-INET.pl %TEST% %PORT% server

perl6 t\spec\S32-io\IO-Socket-INET.pl %TEST% %PORT% client

Expand Down

0 comments on commit 6f39558

Please sign in to comment.