Melissa Jost has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/69457?usp=email )
Change subject: tess: Update SystemC Nightly Test
......................................................................
tess: Update SystemC Nightly Test
This removes the usage of the deprecated se.py test, and
replaces it with arm-hello.py
Change-Id: Icefbf3d0395ea10fa35be60cc255d0165ee4dad2
M tests/nightly.sh
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/nightly.sh b/tests/nightly.sh
index 1360c44..15cc04b 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -183,8 +183,8 @@
gcr.io/gem5-test/systemc-env:${tag} bash -c "
cd util/systemc/gem5_within_systemc;
make -j${compile_threads};
-../../../build/ARM/gem5.opt ../../../configs/example/se.py -c \
- ../../../tests/test-progs/hello/bin/arm/linux/hello;
+../../../build/ARM/gem5.opt
+../../../configs/example/gem5_library/arm-hello.py &&
LD_LIBRARY_PATH=../../../build/ARM/:/opt/systemc/lib-linux64/
./gem5.opt.sc m5out/config.ini;
cd -; \
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/69457?usp=email
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: Icefbf3d0395ea10fa35be60cc255d0165ee4dad2
Gerrit-Change-Number: 69457
Gerrit-PatchSet: 1
Gerrit-Owner: Melissa Jost melissakjost@gmail.com
Gerrit-MessageType: newchange
Melissa Jost has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/69457?usp=email )
Change subject: tess: Update SystemC Nightly Test
......................................................................
tess: Update SystemC Nightly Test
This removes the usage of the deprecated se.py test, and
replaces it with arm-hello.py
Change-Id: Icefbf3d0395ea10fa35be60cc255d0165ee4dad2
---
M tests/nightly.sh
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/nightly.sh b/tests/nightly.sh
index 1360c44..15cc04b 100755
--- a/tests/nightly.sh
+++ b/tests/nightly.sh
@@ -183,8 +183,8 @@
gcr.io/gem5-test/systemc-env:${tag} bash -c "\
cd util/systemc/gem5_within_systemc; \
make -j${compile_threads}; \
-../../../build/ARM/gem5.opt ../../../configs/example/se.py -c \
- ../../../tests/test-progs/hello/bin/arm/linux/hello; \
+../../../build/ARM/gem5.opt \
+../../../configs/example/gem5_library/arm-hello.py && \
LD_LIBRARY_PATH=../../../build/ARM/:/opt/systemc/lib-linux64/ \
./gem5.opt.sc m5out/config.ini; \
cd -; \
--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/69457?usp=email
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: Icefbf3d0395ea10fa35be60cc255d0165ee4dad2
Gerrit-Change-Number: 69457
Gerrit-PatchSet: 1
Gerrit-Owner: Melissa Jost <melissakjost@gmail.com>
Gerrit-MessageType: newchange