Skip to content

Commit dbabd24

Browse files
committed
test: remove json/jq
1 parent c5b92a8 commit dbabd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44

55
CMD="gridinit_cmd -S /tmp/gridinit/gridinit.sock"
66

7-
$CMD -f json status | jq
7+
$CMD status
88

99
for G in @test-0 @test-1 '' '@test-0 @test-1' ; do
1010
$CMD status $G
@@ -13,5 +13,5 @@ for G in @test-0 @test-1 '' '@test-0 @test-1' ; do
1313
$CMD status $G
1414
done
1515

16-
$CMD -f json status | jq
16+
$CMD status
1717

0 commit comments

Comments
 (0)