Created
July 22, 2009 18:49
-
-
Save lgs/152185 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@webby2066:~# ps -ef | grep rake | |
root 18916 18744 0 18:24 pts/0 00:00:00 /usr/bin/ruby1.8 /usr/bin/rake community_engine:test | |
root 18917 18916 0 18:24 pts/0 00:00:00 sh -c /usr/bin/ruby1.8 -I"lib:lib" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "vendor/plugins/community_engine/test/unit/vote_test.rb" "vendor/plugins/community_engine/test/unit/asset_test.rb" "vendor/plugins/community_engine/test/unit/friendship_test.rb" "vendor/plugins/community_engine/test/unit/photo_test.rb" "vendor/plugins/community_engine/test/unit/event_test.rb" "vendor/plugins .... | |
.... | |
.... | |
root@webby2066:~# strace -p 18916 | |
Process 18916 attached - interrupt to quit | |
wait4(18917, | |
... | |
root@webby2066:~# strace -p 18917 | |
Process 18917 attached - interrupt to quit | |
wait4(4294967295, | |
... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment