Skip to content

Commit

Permalink
fix syntax for decode check
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Feb 8, 2022
1 parent abb12ec commit dc9eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test: poetry.lock
@echo "Target test"
./qa/bin/parsing
./qa/bin/functional run
./sbin/exabgp decode ./etc/exabgp/api-open.conf FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:003C:02:0000001C4001010040020040030465016501800404000000C840050400000064000000002001010101
./sbin/exabgp decode -c ./etc/exabgp/api-open.conf FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF:003C:02:0000001C4001010040020040030465016501800404000000C840050400000064000000002001010101
env exabgp_log_enable=false nosetests --with-coverage ./tests/*_test.py

syntax: poetry.lock
Expand Down

0 comments on commit dc9eef3

Please sign in to comment.