flush-cache: run it as a separate program, not using 'source'
That way it doesn't clutter up 'redo -x' as much.
This commit is contained in:
parent
43b74f3220
commit
8dad223225
8 changed files with 15 additions and 13 deletions
|
|
@ -1,10 +1,10 @@
|
|||
rm -f *.out *.log
|
||||
|
||||
. ../../flush-cache.sh
|
||||
../../flush-cache.sh
|
||||
redo-ifchange 1.out 2.out
|
||||
[ "$(cat 1.log | wc -l)" = 1 ] || exit 55
|
||||
[ "$(cat 2.log | wc -l)" = 1 ] || exit 56
|
||||
. ../../flush-cache.sh
|
||||
../../flush-cache.sh
|
||||
touch 1.in
|
||||
redo-ifchange 1.out 2.out
|
||||
[ "$(cat 1.log | wc -l)" = 2 ] || exit 57
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue