laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/33964 )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: pysim-test: rename pysim-test.sh to pySim-prog_test.sh ......................................................................
pysim-test: rename pysim-test.sh to pySim-prog_test.sh
We now have pySim-shell and pySim-trace. Let's give pysim-test.sh a more distinctive name so that it is clear to which program it refers.
Related: OS#6094 Change-Id: I438f63f9580ebd3c7cc78cc5dab13c9937ac6e3a --- M contrib/jenkins.sh R tests/pySim-prog_test.sh 2 files changed, 16 insertions(+), 3 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 3e02546..e75ac40 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -29,7 +29,7 @@
# Run the test with physical cards cd pysim-testdata - ../tests/pysim-test.sh + ../tests/pySim-prog_test.sh ../tests/pySim-trace_test.sh ;; "pylint") diff --git a/tests/pysim-test.sh b/tests/pySim-prog_test.sh similarity index 97% rename from tests/pysim-test.sh rename to tests/pySim-prog_test.sh index 4004c18..f248768 100755 --- a/tests/pysim-test.sh +++ b/tests/pySim-prog_test.sh @@ -27,8 +27,8 @@
set -e
-echo "pysim-test - a test program to test pysim-prog.py" -echo "=================================================" +echo "pySim-prog_test - a test program to test pysim-prog.py" +echo "======================================================"
# Generate a list of the cards we expect to see by checking which .ok files # are present