Skip to content
Snippets Groups Projects
Commit a11a2ae6 authored by adrien-matta's avatar adrien-matta
Browse files

* adding root batch mode to allow travis to run the test script

parent e6a42b1b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ fi
cp $NPTOOL/Examples/Example1_Simu.root $NPTOOL/Outputs/Simulation/Example1.root
npanalysis -R RunToTreat.txt -O Example1
echo ".q" | root -l ShowResult.cxx
echo ".q" | root -b -l ShowResult.cxx
# Compile Example2
cd ../Example2
......@@ -32,5 +32,5 @@ else
fi
cp $NPTOOL/Examples/Example2_Simu.root $NPTOOL/Outputs/Simulation/Example2.root
npanalysis -R RunToTreat.txt -O Example2
echo ".q" | root -l ShowResult.cxx
echo ".q" | root -b -l ShowResult.cxx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment