Merge branch 'main_test_fixes' into development

* main_test_fixes:
  fixes in rclone module

# Conflicts:
#	test_basic.vsh
This commit is contained in:
2024-12-30 07:39:08 +01:00
5 changed files with 21 additions and 19 deletions

View File

@@ -141,7 +141,7 @@ fn dotest(path string, base_dir string, mut cache TestCache) ! {
mut fp := flag.new_flag_parser(os.args)
fp.application('test_basic')
fp.description('Run tests for herolib')
remove_cache := fp.bool('r', `r`, false, 'Remove cache file before running tests', flag.FlagConfig{})
remove_cache := fp.bool('r', `r`, false, 'Remove cache file before running tests')
fp.finalize() or {
eprintln(err)
exit(1)
@@ -204,6 +204,7 @@ timetools_test.v
encoderhero/encoder_test.v
encoderhero/decoder_test.v
code/codeparser
gittools_test.v
'
// Split tests into array and remove empty lines