[chirp_devel] [PATCH] Patch for "run_all_test.bat"

Jim Unroe
Tue Dec 31 11:05:25 PST 2019


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1577819050 18000
#      Tue Dec 31 14:04:10 2019 -0500
# Node ID 96d3ba788e5a75fabf39f74ee0545e683ac8f16d
# Parent  c3c7ee53893ff6ff83798bd9cc0a424dae201d3f
Patch for "run_all_test.bat"

This patch fixes the run_all_tests.bat" batch file so that it will
properly access and run the "run_test.py" tests.

#7505

diff --git a/run_all_tests.bat b/run_all_tests.bat
--- a/run_all_tests.bat
+++ b/run_all_tests.bat
@@ -1,3 +1,3 @@
 @echo off
-python tests\run_tests
+python tests\run_tests.py
 python tools\cpep8.py



More information about the chirp_devel mailing list