diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-05-22 16:28:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-22 16:28:18 +0000 |
commit | 54be27caf1ec50c0b76409b009d3dbcb894f0aca (patch) | |
tree | 3b558ea31edcc09415ce02c5015f7f97d05e2876 | |
parent | 290fcdb7a8f703678ff817d399a58bba555ac5bc (diff) | |
parent | a9670476e52dc021548bf6986706b0c837e9942d (diff) |
Merge "Remove former run_unit_tests.sh"
-rwxr-xr-x | run_unit_tests.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/run_unit_tests.sh b/run_unit_tests.sh deleted file mode 100755 index 31a95f48..00000000 --- a/run_unit_tests.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -tox - -exit $rc |