From 1acc612b350ae9624f4e98332e40d63f401cb8b6 Mon Sep 17 00:00:00 2001 From: Kevin Laeufer Date: Wed, 6 Nov 2024 10:04:09 -0500 Subject: [PATCH] cider: use jq stage (#2342) Sorry, I overlooked Rachit's comment on the previous PR. --- interp/tests/runt.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/interp/tests/runt.toml b/interp/tests/runt.toml index f8aa1c397..2107501e3 100644 --- a/interp/tests/runt.toml +++ b/interp/tests/runt.toml @@ -161,7 +161,8 @@ fud2 --from calyx --to dat \ --through cider \ -s sim.data={}.data \ -s calyx.args="--log off" \ - {} | jq --sort-keys + -s jq.flags="--sort-keys" \ + {} """ [[tests]] @@ -280,7 +281,8 @@ timeout = 180 # --through cider \ # -s sim.data={}.data \ # -s calyx.args="--log off" \ -# | jq --sort-keys +# -s jq.flags "--sort-keys " \ +# {} # """ # [[tests]]