unittest directory bugfix 27/21427/1
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 19 Sep 2016 12:05:11 +0000 (08:05 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 19 Sep 2016 12:05:11 +0000 (08:05 -0400)
Change-Id: If16ac8f2e8d0114d8b7121d551ac5ac9a15bf76e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
tests.sh

index 1034466..8df8140 100755 (executable)
--- a/tests.sh
+++ b/tests.sh
@@ -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