PennMUSH Community
Show
Ignore:
Timestamp:
07/08/07 20:50:12 (1 year ago)
Author:
shawnw
Message:

Merged 1.8.3p4 into trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/test/PennMUSH.pm

    r846 r1032  
    6464  } elsif (defined($child)) { 
    6565    chdir("testgame"); 
    66     exec("./netmush", "test.cnf", "log/netmush.log"); 
     66    exec("./netmush", "--no-session", "test.cnf", "log/netmush.log"); 
    6767  } else { 
    6868    die "Could not spawn game process!\n";