@@ -100,25 +100,25 @@ and ask!
100100 The `sample.out` file can be produced as follows:
101101 ```
102102 (cd tests && TZ=GMT0 ../tcpdump -# -n -r sample.pcap tcpdump-options > sample.out)
103- ```
103+ ```
104104
105105 Or, for convenience, use `./update-test.sh test-name`
106106
107107 It is often useful to have test outputs with different verbosity levels
108108 (none, `-v`, `-vv`, `-vvv`, etc.) depending on the code.
109109
11011011) Test using `make check` (current build options) and `./build_matrix.sh`
111- (a multitude of build options, build systems and compilers). If you can,
112- test on more than one operating system. Don't send a pull request until
113- all tests pass.
111+ (a multitude of build options, build systems and compilers). If you can,
112+ test on more than one operating system. Don't send a pull request until
113+ all tests pass.
114114
11511512) Try to rebase your commits to keep the history simple.
116- ```
117- git fetch upstream
118- git rebase upstream/master
119- ```
120- (If the rebase fails and you cannot resolve, issue ` git rebase --abort `
121- and ask for help in the pull request comment.)
116+ ```
117+ git fetch upstream
118+ git rebase upstream/master
119+ ```
120+ (If the rebase fails and you cannot resolve, issue `git rebase --abort`
121+ and ask for help in the pull request comment.)
122122
12312313) Once 100% happy, put your work into your forked repository using `git push`.
124124
0 commit comments