You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev.rst
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,12 @@ Release process
76
76
$ cd docs/
77
77
$ make doctest
78
78
79
-
4. Verify everything works
79
+
4. Verify the local vendored files (the second invocation should **not** exit with ``/tmp/vendor-test exists. Please remove.`` and the exit code should be zero)::
80
+
81
+
$ ./scripts/run_tests.sh vendorverify
82
+
$ ./scripts/run_tests.sh vendorverify
83
+
84
+
5. Run any additional tests to verify everything else works
0 commit comments