wiki:testex

All files are on appstat01:/scratch/fradav/toolbox It's a git repo from /exp/appstat/fradav/toolbox

  • Environnement variables (appstat01, lx4):
    export PATH=/scratch/fradav/local/bin:$PATH
    export LD_LIBRARY_PATH=/scratch/fradav/local/lib:$LD_LIBRARY_PATH
    
  • Launching the test (standalone), tagged with "tag1" :
    mono /scratch/fradav/toolbox/testexmono.exe -conf <xmlconfiguration.xml> -mb <multiboost_executable> -examples <examples_directory> -results <results_and_logs_directory> -newtag tag1
    
  • Launching the test, comparing the results with "tag1" results
    mono /scratch/fradav/toolbox/testexmono.exe -conf <xmlconfiguration.xml> -mb <multiboost_executable> -examples <examples_directory> -oldresults <results_and_logs_directory_for_tag1> -oldtag tag1 -results <results_and_logs> -newtag tag2
    

-results and -oldresults could be the same directory, containing old results and logs for both run

  • Compiling the script
    fsc -r:FSharp.PowerPack.dll -r:System.Xml.Linq.dll testexemono.fsx -o testexemono.exe
    
  • Running it interactively, replace the "mono testexemono.exe" by this :
    fsi testexmono.fsx [ <same_options> ]
    
Last modified 13 years ago Last modified on Jun 15, 2011, 2:50:44 PM