craigcondit commented on code in PR #556:
URL: https://github.com/apache/yunikorn-k8shim/pull/556#discussion_r1146773694


##########
Makefile:
##########
@@ -390,7 +390,7 @@ 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:
   Upon further investigation, we don't need the redirect as -x is what was 
generating the noise. +1, will merge shortly.



-- 
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