Skip to content

Commit e29e454

Browse files
committed
[install] regenerate the acceptance tests, after modifying the acceptance_tests path to ../MG5aMC_PLUGIN/CUDACPP_OUTPUT/
python create_acceptance_from_file.py
1 parent 913e2e4 commit e29e454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/madgraph_launch_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cd MG5aMC/mg5amcnlo/
5050
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
5151
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
52-
./tests/test_manager.py -p./PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_eemumua_float
52+
./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_eemumua_float
5353
5454
simd_cpp_heft_ggh_double:
5555
# The type of runner that the job will run on
@@ -69,7 +69,7 @@ jobs:
6969
cd MG5aMC/mg5amcnlo/
7070
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
7171
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
72-
./tests/test_manager.py -p./PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_heft_ggh_double
72+
./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_heft_ggh_double
7373
7474
simd_cpp_pptt_mixed:
7575
# The type of runner that the job will run on
@@ -89,7 +89,7 @@ jobs:
8989
cd MG5aMC/mg5amcnlo/
9090
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
9191
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
92-
./tests/test_manager.py -p./PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_pptt_mixed
92+
./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_pptt_mixed
9393
9494
simd_cpp_vector_size:
9595
# The type of runner that the job will run on
@@ -109,4 +109,4 @@ jobs:
109109
cd MG5aMC/mg5amcnlo/
110110
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
111111
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
112-
./tests/test_manager.py -p./PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_vector_size
112+
./tests/test_manager.py -p../MG5aMC_PLUGIN/CUDACPP_OUTPUT/acceptance_tests/ test_simd_cpp_vector_size

0 commit comments

Comments
 (0)