Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some test to cmake and correct bug in tesh file from commit 2010-02-04 21:47:02
[simgrid.git] / doc / gtut-files / 06-logs.output.error
1 $ ./test_server 12345 --log=root.thres:error & ./test_client 127.0.0.1 12345 --log=root.thres:error
2 [arthur:server:(27705) 0.000024] test.c:15: [test/CRITICAL] Argh, killed by 127.0.0.1:1024! Bye folks...
3 $
4 $ ./test_simulator platform.xml test.xml --log=root.thres:error
5 [Jacquelin:server:(1) 0.000000] test.c:15: [test/CRITICAL] Argh, killed by Boivin:1024! Bye folks...
6 $