Skip to content

Commit

Permalink
Fix rnbyc test 40
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Apr 8, 2022
1 parent 1ccae42 commit 986c78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rnbyc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ test-serialize: debug

test-parse: debug
# Parse JWT
$(VALGRIND_COMMAND) ./rnbyc -t "error" 2>valgrind-40.txt
$(VALGRIND_COMMAND) ./rnbyc -t "error" 2>valgrind-40.txt || true
$(VALGRIND_COMMAND) ./rnbyc -t $(shell cat token0.jwt) 2>valgrind-41.txt
$(VALGRIND_COMMAND) ./rnbyc -t $(shell cat token1.jwt) 2>valgrind-42.txt
$(VALGRIND_COMMAND) ./rnbyc -t $(shell cat token1.jwt) -P pub.jwks 2>valgrind-43.txt
Expand Down

0 comments on commit 986c78e

Please sign in to comment.