voxforge.org
VoxForge Dev

Changeset 2142

Show
Ignore:
Timestamp:
04/30/07 21:11:12 (2 years ago)
Author:
kmaclean
Message:

update testing scripts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Testing_scripts/NightlyTest.pm

    r2136 r2142  
    3333                my $HTKbin = $$parms{"HTKBin"}; 
    3434                my $Nightly_test_dir = $$parms{"Nightly_test_dir"};      
    35       print ("Process-CurrentAM_16kHz_16bit:" . $$parms{"CurrentAM_16kHz_16bit"} . ":\n") if $debug;           
     35#     print ("Process-CurrentAM_16kHz_16bit:" . $$parms{"CurrentAM_16kHz_16bit"} . ":\n") if $debug;           
    3636        $command = ("cd $Nightly_test_dir && perl $HTKbin/prompts2mlf testref.mlf testprompts"); print "$command\n" if $debug; system($command);    
    3737my $disclaimer = "DISCLAIMER: this is a *sanity test* only, and is *not* to be regarded as a valid test of the VoxForge Acoustic Models! 
     
    6060                my $CurrentBuild_dir = $$parms{"CurrentBuild_dir"};      
    6161                my $CurrentAM_16kHz_16bit = $$parms{"CurrentAM_16kHz_16bit"}; 
    62       print ("process CurrentAM_16kHz_16bit:" . $$parms{"CurrentAM_16kHz_16bit"} . ":\n") if $debug; 
     62#     print ("process CurrentAM_16kHz_16bit:" . $$parms{"CurrentAM_16kHz_16bit"} . ":\n") if $debug; 
    6363        open(OUTPUT, ">$NightlyAM_16kHz_16bit/TestResults") or die ("cannot write to TestResults file"); # open for output                       
    6464        print OUTPUT "$disclaimer\n";