This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user