It looks like we're updating the stamp for t/countall while another task is replacing the file, which suggests a race condition in our state management database.
8 lines
165 B
Text
8 lines
165 B
Text
rm -f *.n[012] countall
|
|
|
|
. ./check-1.sh
|
|
redo-ifchange 1.n0 2.n0 3.n0
|
|
DEPS=$(./seq 10 | sed 's/$/.n1/')
|
|
redo-ifchange $DEPS
|
|
. ../skip-if-minimal-do.sh
|
|
. ./check-2.sh
|