Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
worry127722 committed Nov 19, 2014
1 parent 07362d3 commit dfcbcff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _test/tools/br/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ class Config
{
public static $BROWSERS = array(
'ie8supp' => array( '10.94.26.94' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )
// , 'ie11main' => array( '10.81.96.68' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )

,
// 'ie11main' => array( '10.81.96.68' , "C:\\Program Files\\Internet Explorer\\iexplore.exe" )

// ,
'firefox' => array( '10.94.26.95' , "C:\\Program Files\\mozilla firefox\\firefox.exe" )
// 'firefox' => array( '10.81.96.46@8500' , "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe" )
// , '360ie8' => array('10.81.58.64@8500',"C:\\Program Files\\360\\360se\\360SE.exe")
Expand Down
8 changes: 8 additions & 0 deletions _test/tools/br/runall.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ function delDirAndFile( $dirName )
}
}

$filewang = fopen('wangruilog.txt', 'a+');
fwrite($filewang, "wangrui1" . "\n");

fclose($filewang);
unset($filewang);



if ( array_key_exists( 'clear' , $_GET ) ) {
print 'debug - clear report';
//Config::StopAll();
Expand Down

0 comments on commit dfcbcff

Please sign in to comment.