Skip to content

Commit f8f1925

Browse files
Don't log make -q calls in the outcome file
This comes up in `psa_collect_statuses.py` and possibly (I didn't finish the analysis) some CMake builds, which were reporting duplicate `make` steps. Signed-off-by: Gilles Peskine <[email protected]>
1 parent 8a782ea commit f8f1925

File tree

1 file changed

+2
-0
lines changed
  • tests/scripts/quiet

1 file changed

+2
-0
lines changed

tests/scripts/quiet/make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ log_outcome () {
2828
continue
2929
fi
3030
case $arg in
31+
--question|-q) # do-nothing option
32+
return;;
3133
--assume-new|--assume-old|--directory|--file| \
3234
--include-dir|--makefile|--new-file|--old-file|--what-if| \
3335
-C|-I|-W|-f|-k|-o) # Option with separate argument

0 commit comments

Comments
 (0)