X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Ftests%2Frun_test.py;h=9e85358bd311ef2e5326c3bee36ebdaf7e48e345;hp=3033a346d8abd64a43ee9f8562ed15cacbddc8b0;hb=b995ea260a3a2f88a4e041c7e2dd745daee91825;hpb=3576644cf8903148f59718ff998194b6bee20d84 diff --git a/osm_nbi/tests/run_test.py b/osm_nbi/tests/run_test.py index 3033a34..9e85358 100755 --- a/osm_nbi/tests/run_test.py +++ b/osm_nbi/tests/run_test.py @@ -3195,7 +3195,6 @@ if __name__ == "__main__": elif o == "--fail-fast": fail_fast = True elif o == "--test": - # print("asdfadf", o, a, a.split(",")) for _test in a.split(","): if _test not in test_classes: print("Invalid test name '{}'. Use option '--list' to show available tests".format(_test),