diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-19 08:05:11 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-19 08:05:11 -0400 |
commit | aa0da607783a83192859c6c03be97e6ede6dd970 (patch) | |
tree | a9aa83736b9e4df58a5be3ac052474786d26dd67 /tests.sh | |
parent | ee420d4dfa926b9d5d2434b746c67e9a3ea20ee8 (diff) |
unittest directory bugfix
Change-Id: If16ac8f2e8d0114d8b7121d551ac5ac9a15bf76e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'tests.sh')
-rwxr-xr-x | tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,9 +17,9 @@ run_flake8() { echo "Running flake8 ... " logfile=test_results.log if [ $FILE_OPTION == "f" ]; then - flake8 bottlenecks > $logfile + flake8 ../bottlenecks > $logfile else - flake8 bottlenecks + flake8 ../bottlenecks fi if [ $? -ne 0 ]; then |