diff --git a/charts/Makefile b/charts/Makefile
index 425464286988997625be117b7a93f08712d609a6..2409a6781d8c90e28895aad8402aa10240f0a966 100644
--- a/charts/Makefile
+++ b/charts/Makefile
@@ -140,8 +140,8 @@ test: ## test the application on K8s
 		perl -ne 'BEGIN {$$on=0;}; if (index($$_, "~~~~BOUNDARY~~~~")!=-1){$$on+=1;next;}; print if $$on % 2;' | \
 		base64 -d | tar -xzf -; \
 		kubectl --namespace $(KUBE_NAMESPACE) delete pod $(TEST_RUNNER); \
-		rm ../post-deployment/tango_values.yaml
-		echo $$status
+		rm ../post-deployment/tango_values.yaml; \
+		echo "Status set at $$status"; \
 		exit $$status
 
 show: