fermitools / declad

BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

test case with patch for config, adding make_test scripts #51

Closed marcmengel closed 3 days ago

marcmengel commented 3 days ago

Test case for setup @rlcee had mentioned: using hashed subdirectories in dropbox to reduce total files per directory. The test doesn't actually use a hash, i puts the first file in directory 11, the second in 22 , etc. but the declad config is the same, using "cd $location && ls ??/*" as the ls_command.

This also fixes using patchfiles, on the config in the test harness, which wasn't actually tested before.