Matt Sinclair has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/51247 )

Change subject: tests: fix square nightly regression command
......................................................................

tests: fix square nightly regression command

Square's pre-built binary was downloaded into the tests folder,
but the docker command running it assumed we were in GEM5_ROOT.
This commit fixes this problem by specificying the benchmark root
for the square binary.

Change-Id: I905c8bde7231bc708db01bff196fd85d99c7ceac
---
M tests/nightly.sh
1 file changed, 16 insertions(+), 1 deletion(-)



diff --git a/tests/nightly.sh b/tests/nightly.sh
index 6631bb0..03f9c6a 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -101,7 +101,8 @@
 # basic GPU functionality is working.
 docker run --rm -u $UID:$GUID --volume "${gem5_root}":"${gem5_root}" -w \
"${gem5_root}" gcr.io/gem5-test/gcn-gpu:latest build/GCN3_X86/gem5.opt \
-    configs/example/apu_se.py -n3 -c square
+ configs/example/apu_se.py -n3 --benchmark-root="${gem5_root}/tests" -csquare
+

 # get HeteroSync
wget -qN http://dist.gem5.org/dist/develop/test-progs/heterosync/gcn3/allSyncPrims-1kernel

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/51247
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: I905c8bde7231bc708db01bff196fd85d99c7ceac
Gerrit-Change-Number: 51247
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Sinclair <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to