Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/57090 )

Change subject: gem5art diagnostic change
......................................................................

gem5art diagnostic change

Test change to see why gem5art tests are failing.

Change-Id: I396eeab772a02a4a0147af2cce584fdb419d37af
---
M util/gem5art/artifact/gem5art/artifact/artifact.py
1 file changed, 12 insertions(+), 1 deletion(-)



diff --git a/util/gem5art/artifact/gem5art/artifact/artifact.py b/util/gem5art/artifact/gem5art/artifact/artifact.py
index 91ffc64..6643ceb 100644
--- a/util/gem5art/artifact/gem5art/artifact/artifact.py
+++ b/util/gem5art/artifact/gem5art/artifact/artifact.py
@@ -78,7 +78,7 @@
     if res.returncode != 0:
         raise Exception("git repo doesn't exist for {}".format(path))
     if res.stdout:
-        raise Exception("git repo dirty for {}".format(path))
+ raise Exception("git repo dirty for {} {}".format(path, res.stdout))

     command = ["git", "remote", "get-url", "origin"]
     origin = subprocess.check_output(command, cwd=path)

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/57090
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I396eeab772a02a4a0147af2cce584fdb419d37af
Gerrit-Change-Number: 57090
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to