Bugfix in CI simple ddr3
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user