From a5970b0cba8daee15520031ad82da86e58008d64 Mon Sep 17 00:00:00 2001 From: Alex Bortok <431965+bortok@users.noreply.github.com> Date: Mon, 25 Dec 2023 18:57:19 -0800 Subject: [PATCH] fixed test-h88-nb-2-cyjs-latest-noconfigs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce6211..8a0fe64 100644 --- a/Makefile +++ b/Makefile @@ -224,7 +224,7 @@ test-h88-nb-2-cyjs-latest-noconfigs: @echo "#################################################################" mkdir -p tests/h88/test && cd tests/h88/test && rm -rf * && \ source ../../.env_latest && \ - ../../../nrx.py -c ../nrx.conf -o cyjs -d -n && \ + ../../../nrx.py -c ../nrx.conf -o cyjs -d --noconfigs && \ diff HQ.cyjs ../data/HQ.cyjs.noconfigs @echo