summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-09-19 08:05:11 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-09-19 08:05:11 -0400
commitaa0da607783a83192859c6c03be97e6ede6dd970 (patch)
treea9aa83736b9e4df58a5be3ac052474786d26dd67
parentee420d4dfa926b9d5d2434b746c67e9a3ea20ee8 (diff)
unittest directory bugfix
Change-Id: If16ac8f2e8d0114d8b7121d551ac5ac9a15bf76e Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rwxr-xr-xtests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.sh b/tests.sh
index 1034466e..8df8140d 100755
--- 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