Changes between Version 1 and Version 2 of testex


Ignore:
Timestamp:
Jun 15, 2011, 2:49:45 PM (14 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Francois-David Collin/emailAddress=Francois-David.Collin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • testex

    v1 v2  
    33
    44* Environnement variables (appstat01, lx4):
     5{{{
    56export PATH=/scratch/fradav/local/bin:$PATH
    67export LD_LIBRARY_PATH=/scratch/fradav/local/lib:$LD_LIBRARY_PATH
     8}}}
    79
    810* Launching the test (standalone), tagged with "tag1" :
     11{{{
    912mono /scratch/fradav/toolbox/testexmono.exe -conf <xmlconfiguration.xml> -mb <multiboost_executable> -examples <examples_directory> -results <results_and_logs_directory> -newtag tag1
     13}}}
    1014
    1115* Launching the test, comparing the results with "tag1" results
     16{{{
    1217mono /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
    13 
     18}}}
    1419-results and -oldresults could be the same directory, containing old results and logs for both run
    1520
    1621* Compiling the script
     22{{{
    1723fsc -r:FSharp.PowerPack.dll -r:System.Xml.Linq.dll testexemono.fsx -o testexemono.exe
     24}}}
    1825
    1926* Running it interactively, replace the "mono testexemono.exe" by this :
     27{{{
    2028fsi testexmono.fsx
     29}}}
    2130
    22