Skip to content

Commit

Permalink
test: remove json/jq
Browse files Browse the repository at this point in the history
  • Loading branch information
fatpat committed Dec 18, 2020
1 parent c5b92a8 commit dbabd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x

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

$CMD -f json status | jq
$CMD status

for G in @test-0 @test-1 '' '@test-0 @test-1' ; do
$CMD status $G
Expand All @@ -13,5 +13,5 @@ for G in @test-0 @test-1 '' '@test-0 @test-1' ; do
$CMD status $G
done

$CMD -f json status | jq
$CMD status

0 comments on commit dbabd24

Please sign in to comment.