Skip to content

Commit a0fff22

Browse files
IgnoreWarningsstv0g
authored andcommitted
fix: wrong config name in ignored configs
Replace 'miob.conf' with 'fpga-miob.conf' in config checks. Signed-off-by: IgnoreWarnings <119685519+IgnoreWarnings@users.noreply.github.com>
1 parent cad69a2 commit a0fff22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for CONFIG in ${CONFIGS}; do
1515
if [ "$(basename ${CONFIG})" == "opal_orchestra.conf" ] ||
1616
[ "$(basename ${CONFIG})" == "opal_async.conf" ] ||
1717
[ "$(basename ${CONFIG})" == "fpga.conf" ] ||
18-
[ "$(basename ${CONFIG})" == "miob.conf" ] ||
18+
[ "$(basename ${CONFIG})" == "fpga-miob.conf" ] ||
1919
[ "$(basename ${CONFIG})" == "paths.conf" ] ||
2020
[ "$(basename ${CONFIG})" == "tricks.json" ] ||
2121
[ "$(basename ${CONFIG})" == "tricks.conf" ] ||

0 commit comments

Comments
 (0)