[BACK]Return to t_sp.sh CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / rump / rumpkern

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/rump/rumpkern/t_sp.sh between version 1.12 and 1.13

version 1.12, 2014/08/30 12:14:17 version 1.13, 2016/08/10 23:47:14
Line 73  stress()
Line 73  stress()
   
         export RUMP_SERVER=unix://commsock          export RUMP_SERVER=unix://commsock
         atf_check -s exit:0 rump_server \          atf_check -s exit:0 rump_server \
             -lrumpvfs -lrumpnet -lrumpnet_net -lrumpnet_netinet ${RUMP_SERVER}              -lrumpvfs -lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpdev \
               ${RUMP_SERVER}
         atf_check -s exit:0 -e ignore $(atf_get_srcdir)/h_client/h_stresscli $@          atf_check -s exit:0 -e ignore $(atf_get_srcdir)/h_client/h_stresscli $@
 }  }
   
Line 81  fork()
Line 82  fork()
 {  {
   
         export RUMP_SERVER=unix://commsock          export RUMP_SERVER=unix://commsock
         atf_check -s exit:0 rump_server -lrumpvfs ${RUMP_SERVER}          atf_check -s exit:0 rump_server -lrumpvfs -lrumpdev ${RUMP_SERVER}
         atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_forkcli ${1}          atf_check -s exit:0 $(atf_get_srcdir)/h_client/h_forkcli ${1}
 }  }
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>