summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2012-12-07 11:03:42 +0100
committerMichal Minar <miminar@redhat.com>2012-12-07 11:03:42 +0100
commitcaaab46f426588d71e1312263cd0f9f33d3ab3b4 (patch)
treeda14d5d9a7ea83f4ceaa51a5e348874ec0f4baca /src
parent3a0e901c2483df1f58d3ce5631a8bb88a9c31723 (diff)
downloadopenlmi-providers-caaab46f426588d71e1312263cd0f9f33d3ab3b4.tar.gz
openlmi-providers-caaab46f426588d71e1312263cd0f9f33d3ab3b4.tar.xz
openlmi-providers-caaab46f426588d71e1312263cd0f9f33d3ab3b4.zip
non-ascii char appeared in comment
fixed syntax error
Diffstat (limited to 'src')
-rwxr-xr-xsrc/software/test/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/test/run_tests.py b/src/software/test/run_tests.py
index 9d290a1..002bf77 100755
--- a/src/software/test/run_tests.py
+++ b/src/software/test/run_tests.py
@@ -24,7 +24,7 @@ Runs all defined tests.
Test modules are expected to be in directory with this script and
should contain subclasses of unittest.TestCase, that will be loaded.
Preferably a suite() function should be defined there as well.
-They must be named according to shell regexp: "test_*.py".
+They must be named according to shell regexp: "test_*.py".
"""
import argparse