diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2018-01-11 22:25:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-11 22:25:06 +0000 |
commit | 10c40df0e3eb26ec2699a869772622a88a3ef601 (patch) | |
tree | 416a8b57d8fbcc61b8ea2b03ebf9b26a1e115225 /tools | |
parent | e11caa14f51beaa88c1cf6fda216a5f62cefb72d (diff) | |
parent | 11802c9ec469ab570dace176c18093bc655561a2 (diff) |
Merge "Move tests: functional/"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests.sh b/tools/run_tests.sh index ddb5e55af..633c93859 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -56,7 +56,6 @@ run_functional_test() { mkdir -p .testrepository python -m subunit.run discover yardstick/tests/functional > .testrepository/subunit.log - python -m subunit.run discover tests/functional >> .testrepository/subunit.log subunit2pyunit < .testrepository/subunit.log EXIT_CODE=$? |