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,11 +1,11 @@
|
|||
rm -f log dir1/log dir1/stinky
|
||||
touch t1.do
|
||||
. ../../flush-cache.sh
|
||||
../../flush-cache.sh
|
||||
redo t1
|
||||
touch t1.do
|
||||
. ../../flush-cache.sh
|
||||
../../flush-cache.sh
|
||||
redo t1
|
||||
. ../../flush-cache.sh
|
||||
../../flush-cache.sh
|
||||
redo-ifchange t1
|
||||
C1="$(wc -l <dir1/log)"
|
||||
C2="$(wc -l <log)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue