Skip to content
Snippets Groups Projects
Commit da0a2893 authored by Adrien Matta's avatar Adrien Matta :skull_crossbones:
Browse files

* Limiting test to basic

        - for some reason the analysis test is failing randomly on
          gitlab, I think there is an issue with disk space on some
          server causing the file to not be written properly
parent 85786131
No related branches found
No related tags found
No related merge requests found
Pipeline #120077 passed
...@@ -6,6 +6,6 @@ set -ev ...@@ -6,6 +6,6 @@ set -ev
# Run basic test # Run basic test
$NPTOOL/NPLib/scripts/test/basic.sh $NPTOOL/NPLib/scripts/test/basic.sh
# Run compilation of npsimulation # Run compilation of npsimulation
$NPTOOL/NPLib/scripts/test/simulation_build.sh #$NPTOOL/NPLib/scripts/test/simulation_build.sh
# Run npsimulation on Example2 and then analysis on Example2 # Run npsimulation on Example2 and then analysis on Example2
$NPTOOL/NPLib/scripts/test/simulation_run.sh #$NPTOOL/NPLib/scripts/test/simulation_run.sh
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