pbacsko commented on code in PR #520:
URL: https://github.com/apache/yunikorn-core/pull/520#discussion_r1144725573


##########
Makefile:
##########
@@ -171,5 +171,5 @@ fsm_graph: clean
 .PHONY: clean
 clean:
        @echo "cleaning up caches and output"
-       go clean -cache -testcache -r -x ./... 2>&1 >/dev/null
+       go clean -cache -testcache -r

Review Comment:
   We might want to keep the `/dev/null` redirect, this command can generate a 
lot of output which doesn't seem to be useful.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to