From 25bec536026670f3b6511d65e6a3228df77aff95 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 9 Apr 2020 14:10:54 +0200 Subject: [PATCH] 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. --- clients/tests/test-client.py | 5 ----- 1 file changed, 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 ...