Skip to content

Commit 87f9234

Browse files
committed
Fix ipldt failure detection in workflow
1 parent db105df commit 87f9234

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ipldt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
--db-rel-path \
8181
--gendb _logs/ip-leak-scan/hits-linux.db \
8282
--r-overwrite \
83-
--r _logs/ip-leak-scan
83+
--r _logs/ip-leak-scan \
84+
| tee _logs/ipldt.txt
8485
ret=$?
8586
set +o pipefail
8687
exit $ret
@@ -89,7 +90,7 @@ jobs:
8990
9091
mkdir -p _logs/ip-leak-scan
9192
docker run --rm -v $PWD:/working -w /working \
92-
vpl_ipldt:ubuntu ./action.sh | tee _logs/ipldt.txt
93+
vpl_ipldt:ubuntu ./action.sh
9394
mv _logs/ipldt.txt _logs/ip-leak-scan/ipldt_results.txt
9495
9596
- name: Report

0 commit comments

Comments
 (0)