Skip to content

Commit

Permalink
Fix for new run_tests.sh option to clean PYC files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 8, 2016
1 parent 7da5b17 commit 0ee0950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run_tests.sh
Expand Up @@ -328,6 +328,7 @@ do
-clean_pyc|--clean_pyc)
find lib -iname '*pyc' -exec rm -rf {} \;
find test -iname '*pyc' -exec rm -rf {} \;
shift
;;
-with_framework_test_tools|--with_framework_test_tools)
with_framework_test_tools_arg="-with_framework_test_tools"
Expand Down

0 comments on commit 0ee0950

Please sign in to comment.