From 823d473d9778aeeadf378ae36d32e9d06c724549 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Thu, 23 Feb 2023 17:09:33 +0100 Subject: [PATCH] Fix path in CI script. --- tests/tests_regression/DDR3/ci.yml | 2 +- tests/tests_regression/DDR4/ci.yml | 2 +- tests/tests_regression/HBM2/ci.yml | 2 +- tests/tests_regression/LPDDR4/ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tests_regression/DDR3/ci.yml b/tests/tests_regression/DDR3/ci.yml index c4caafd2..903121f4 100644 --- a/tests/tests_regression/DDR3/ci.yml +++ b/tests/tests_regression/DDR3/ci.yml @@ -7,7 +7,7 @@ test_DDR3: - export GCOV_PREFIX=$(pwd) - export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}') - cd build/bin - - ./DRAMSys ../../tests/tests_regression/DDR3/simulations/ddr3-example.json ../../tests/tests_regression/DDR3/ + - ./DRAMSys ../../tests/tests_regression/DDR3/ddr3-example.json ../../tests/tests_regression/DDR3/ - ls -lah - ls -lah ../../tests/tests_regression/DDR3/expected/ - sqldiff ../../tests/tests_regression/DDR3/expected/DRAMSys_ddr3-dual-rank_ddr3_ch0.tdb DRAMSys_ddr3-dual-rank_ddr3_ch0.tdb diff --git a/tests/tests_regression/DDR4/ci.yml b/tests/tests_regression/DDR4/ci.yml index 12f6efaa..4d7dab12 100644 --- a/tests/tests_regression/DDR4/ci.yml +++ b/tests/tests_regression/DDR4/ci.yml @@ -7,7 +7,7 @@ test_DDR4: - export GCOV_PREFIX=$(pwd) - export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}') - cd build/bin - - ./DRAMSys ../../tests/tests_regression/DDR4/simulations/ddr4-example.json ../../tests/tests_regression/DDR4/ + - ./DRAMSys ../../tests/tests_regression/DDR4/ddr4-example.json ../../tests/tests_regression/DDR4/ - ls -lah - ls -lah ../../tests/tests_regression/DDR4/expected/ - sqldiff ../../tests/tests_regression/DDR4/expected/DRAMSys_ddr4-bankgrp_ddr4_ch0.tdb DRAMSys_ddr4-bankgrp_ddr4_ch0.tdb diff --git a/tests/tests_regression/HBM2/ci.yml b/tests/tests_regression/HBM2/ci.yml index 4e64ebb0..8a604ca0 100644 --- a/tests/tests_regression/HBM2/ci.yml +++ b/tests/tests_regression/HBM2/ci.yml @@ -6,7 +6,7 @@ test_HBM2: - export GCOV_PREFIX=$(pwd) - export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}') - cd build/bin - - ./DRAMSys ../../tests/tests_regression/HBM2/simulations/hbm2-example.json ../../tests/tests_regression/HBM2/ + - ./DRAMSys ../../tests/tests_regression/HBM2/hbm2-example.json ../../tests/tests_regression/HBM2/ - ls -lah - ls -lah ../../tests/tests_regression/HBM2/expected/ - sqldiff ../../tests/tests_regression/HBM2/expected/DRAMSys_hbm2-example_hbm2_ch0.tdb DRAMSys_hbm2-example_hbm2_ch0.tdb diff --git a/tests/tests_regression/LPDDR4/ci.yml b/tests/tests_regression/LPDDR4/ci.yml index 1ffe6458..4c1d7261 100644 --- a/tests/tests_regression/LPDDR4/ci.yml +++ b/tests/tests_regression/LPDDR4/ci.yml @@ -7,7 +7,7 @@ test_LPDDR4: - export GCOV_PREFIX=$(pwd) - export GCOV_PREFIX_STRIP=$(pwd | awk -F"/" '{print NF-1}') - cd build/bin - - ./DRAMSys ../../tests/tests_regression/LPDDR4/simulations/lpddr4-example.json ../../tests/tests_regression/LPDDR4/ + - ./DRAMSys ../../tests/tests_regression/LPDDR4/lpddr4-example.json ../../tests/tests_regression/LPDDR4/ - ls -lah - ls -lah ../../tests/tests_regression/LPDDR4/expected/ - sqldiff ../../tests/tests_regression/LPDDR4/expected/DRAMSys_lpddr4-example_lpddr4_ch0.tdb DRAMSys_lpddr4-example_lpddr4_ch0.tdb