Skip to content

Commit

Permalink
travis.mk : test a bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lathuili committed Feb 27, 2024
1 parent 96ebd53 commit a459d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ download-valgrind:

patch-valgrind:
cd ../valgrind+verrou && cp -a $(PWD) verrou
cd ../valgrind+verrou && cat verrou/valgrind.*diff | patch -p1 patch -p1
cd ../valgrind+verrou && cat verrou/valgrind.*diff | patch -p1

patch-error:
cd ../valgrind+verrou && find . -name '*.rej' | xargs tail -n+1
Expand Down

0 comments on commit a459d26

Please sign in to comment.