We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1208e commit bc056fdCopy full SHA for bc056fd
test/e2e/run.t
@@ -297,3 +297,18 @@ Observe Residual Removing
297
2.txt
298
3.txt
299
cache
300
+
301
+ $ ./bin/gen_residuals.exe
302
+ ./bin/gen_residuals.exe
303
+ [DEBUG]Cache restored from `./residuals_build/cache`
304
+ [DEBUG]`./residuals_build/1.txt` always has the same hash as in the cache, already up-to-date
305
+ [DEBUG]`./residuals_build/2.txt` always has the same hash as in the cache, already up-to-date
306
+ [DEBUG]`./residuals_build/3.txt` always has the same hash as in the cache, already up-to-date
307
+ [INFO]Remove residuals for ./residuals_build
308
+ [DEBUG]Cache stored in `./residuals_build/cache`
309
310
+ $ ls residuals_build
311
+ 1.txt
312
+ 2.txt
313
+ 3.txt
314
+ cache
0 commit comments