This commit is contained in:
parent
ad9a99ecc0
commit
1453766396
2
Rakefile
2
Rakefile
@ -40,7 +40,7 @@ task :tdd do
|
|||||||
tdd_cache = cache.read()
|
tdd_cache = cache.read()
|
||||||
|
|
||||||
if num > 0 && (tdd_cache != hash)
|
if num > 0 && (tdd_cache != hash)
|
||||||
compose('exec', 'app.dev', 'rm -f /tmp/*.dump')
|
compose('exec', 'app.dev', 'bash -c "rm -f /tmp/*.dump"')
|
||||||
cache.seek(0); cache.write(hash)
|
cache.seek(0); cache.write(hash)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user