Skip to content
Snippets Groups Projects
Commit 2a8c4641 authored by erwan's avatar erwan
Browse files

Build: fix the CI by hard-coding (back) the sasa binary in the test dirs

parent 2f213b79
No related branches found
No related tags found
No related merge requests found
Pipeline #23969 failed
# Time-stamp: <modified the 14/05/2019 (at 14:43) by Erwan Jahier>
# Time-stamp: <modified the 17/05/2019 (at 14:41) by Erwan Jahier>
test: test0 lurette0
test: test0 lurette0 lurette1
test0: cmxs
$(sasa) -rif -l 200 fig5.1-noinit.dot -sd
......@@ -24,12 +24,12 @@ gnuplot2: fig5.2.rif
lurette0:cmxs fig5.1-noinit.lut
lurette -o lurette.rif \
-env "sasa fig5.1-noinit.dot -custd -rif" \
-env "$(sasa) fig5.1-noinit.dot -custd -rif" \
-sut "lutin fig5.1-noinit.lut -n distributed"
lurette0bis:cmxs fig5.1-noinit.lut
lurette1:cmxs fig5.1-noinit.lut
rdbg -lurette -o lurette.rif \
-env "sasa fig5.1-noinit.dot -custd -rif" \
-env "$(sasa) fig5.1-noinit.dot -custd -rif" \
-sut "lutin fig5.1-noinit.lut -n distributed"
lurette: lurette0
......
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