Skip to content

Commit 0473266

Browse files
committed
need output
1 parent 31e36d8 commit 0473266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
desc "run php test cases"
2929
task :test do
3030
ENV["TESTS"] = "--show-diff -q"
31-
sh "make test"
31+
cmd_run("make test")
3232
sh "cat tests/*.diff; if [ $? -eq 0 ];then exit 1; fi"
3333
end
3434

0 commit comments

Comments
 (0)