From 9aa9f6d260910bc5998201850e3182f530ebe813 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Fri, 9 Nov 2018 00:13:38 +0100 Subject: [PATCH] Bugfix in CI simple ddr3 --- DRAMSys/tests/ddr3-example/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DRAMSys/tests/ddr3-example/ci.yml b/DRAMSys/tests/ddr3-example/ci.yml index b681e16c..294afd0c 100644 --- a/DRAMSys/tests/ddr3-example/ci.yml +++ b/DRAMSys/tests/ddr3-example/ci.yml @@ -2,5 +2,5 @@ example_ddr3: stage: simple-runs script: - cd build/simulator - - ./DRAMSys ../../DRAMSys/tests/example_ddr3/simulations/ddr3-example.xml ../../DRAMSys/tests/example_ddr3/ - - if [[ $(sqldiff ../../DRAMSys/tests/example_ddr3/ddr3-example_ddr3_ch0.tdb ddr3-example_ddr3_ch0.tdb) ]]; then false ; else true ; + - ./DRAMSys ../../DRAMSys/tests/ddr3-example/simulations/ddr3-example.xml ../../DRAMSys/tests/ddr3-example/ + - if [[ $(sqldiff ../../DRAMSys/tests/ddr3-example/ddr3-example_ddr3_ch0.tdb ddr3-example_ddr3_ch0.tdb) ]]; then false ; else true ;