mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 13:38:12 +02:00
added back the check for test
This commit is contained in:
@ -146,11 +146,11 @@ def process_row(row, dest: str, force: bool = False, verbose: bool = False) -> d
|
|||||||
|
|
||||||
|
|
||||||
pbar.set_postfix_str("Checking for tests...")
|
pbar.set_postfix_str("Checking for tests...")
|
||||||
# if not has_tests(repo_path, build_file, updates):
|
if not has_tests(repo_path, build_file, updates):
|
||||||
# if verbose: print(f"Removing {repo}, no test suites")
|
if verbose: print(f"Removing {repo}, no test suites")
|
||||||
# remove_dir(repo_path)
|
remove_dir(repo_path)
|
||||||
# return
|
return updates
|
||||||
# if verbose: print(f"Keeping {repo}")
|
if verbose: print(f"Keeping {repo}")
|
||||||
pbar.update(1)
|
pbar.update(1)
|
||||||
|
|
||||||
# Check for compilation and tests
|
# Check for compilation and tests
|
||||||
|
Reference in New Issue
Block a user