t/660-stamp: don't run at the same time as other tests in redo -j.
flush-cache can cause files affected by redo-stamp to get rebuilt unnecessarily, which the test is specifically trying to validate. Since other tests run flush-cache at random times when using -j, this would cause random test failures.
This commit is contained in:
parent
728a19cd52
commit
aa423a723f
14 changed files with 17 additions and 4 deletions
12
t/s60-stamp/.gitignore
vendored
Normal file
12
t/s60-stamp/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/*.log
|
||||
/usestamp
|
||||
/stampy
|
||||
/inp
|
||||
/bob
|
||||
/usestamp2
|
||||
/a
|
||||
/b
|
||||
/ab
|
||||
/doing_ab
|
||||
/abc
|
||||
/doing_abc
|
||||
Loading…
Add table
Add a link
Reference in a new issue