Skip to content

Commit

Permalink
Update verbosity to debug Intel oneAPI builds
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed Apr 14, 2024
1 parent 3c05a91 commit 4e49deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/conclude.am
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $(TEST_PROG_CHKEXE) $(TEST_PROG_PARA_CHKEXE) dummy.chkexe_:
if test -n "$(REALTIMEOUTPUT)"; then \
echo "Test log for $${tname} $(TEST_FLAGS)" | tee -a $${log}; \
else \
echo "Test log for $${tname} $(TEST_FLAGS)" >> $${log}; \
echo "Test log for $${tname} $(TEST_FLAGS)" ; \
fi; \
fi; \
if test -n "$(REALTIMEOUTPUT)"; then \
Expand Down

0 comments on commit 4e49deb

Please sign in to comment.