Bugfix in CI simple ddr3

This commit is contained in:
Matthias Jung
2018-11-09 00:13:38 +01:00
parent 968f2d3df0
commit 9aa9f6d260

View File

@@ -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 ;