Skip to content

Commit 621f62f

Browse files
authored
undo patches command
1 parent 7fcc43a commit 621f62f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/imagemagick/run_tests.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@
1818
rgrep --files-with-matches '\-lheif' . \
1919
| xargs -r sed -i 's/-lheif/-lheif -lc++/'
2020

21-
make -j"$(nproc)" check
21+
make -j"$(nproc)" check-TESTS
22+
23+
# Undo patches.
24+
rgrep --files-with-matches -- '-lheif -lc++' . \
25+
| xargs -r sed -i 's/-lheif -lc++/-lheif/'

0 commit comments

Comments
 (0)