summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-04-09 14:10:54 +0200
committerThomas Haller <thaller@redhat.com>2020-04-09 14:10:56 +0200
commit25bec536026670f3b6511d65e6a3228df77aff95 (patch)
treec326bc9416fc4d6393b89f8989d802d6b4ff3017
parent177ee2d7bf99695d041cf87b600921c396a5b938 (diff)
downloadNetworkManager-25bec536026670f3b6511d65e6a3228df77aff95.tar.gz
clients/trivial: remove obsolete comment from test-client.py howto
This would only be necessary when editing the test themselves, to not only remove individual tests, but entire test runs. It's not necessary to describe that in the howto.
-rwxr-xr-xclients/tests/test-client.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/clients/tests/test-client.py b/clients/tests/test-client.py
index a3c667c5f3..daa69842c8 100755
--- a/clients/tests/test-client.py
+++ b/clients/tests/test-client.py
@@ -26,11 +26,6 @@ from __future__ import print_function
# # The important part is that translations work. Test
# # $ LANG=pl_PL.UTF-8 ./clients/cli/nmcli --version
# # also ensure that `locale -a` reports the Polish locale.
-# $ rm -rf clients/tests/test-client.check-on-disk/*.expected
-# # (step seldom required)
-# # Sometimes, if you want to be sure that the test would generate
-# # exactly the same .expected files, purge the previous version first.
-# # This is only necessary, when you remove test from this file.
# $ NM_TEST_REGENERATE=1 make check-local-clients-tests-test-client
# # Set NM_TEST_REGENERATE=1 to regenerate all files.
# $ git diff ... ; git add ...