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.
4 lines
69 B
Text
4 lines
69 B
Text
redo-ifchange ab c
|
|
echo "doing abc" >&2
|
|
echo abc >$3
|
|
touch doing_abc
|