We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e36d8 commit 0473266Copy full SHA for 0473266
Rakefile
@@ -28,7 +28,7 @@ end
28
desc "run php test cases"
29
task :test do
30
ENV["TESTS"] = "--show-diff -q"
31
- sh "make test"
+ cmd_run("make test")
32
sh "cat tests/*.diff; if [ $? -eq 0 ];then exit 1; fi"
33
end
34
0 commit comments