Skip to content

Commit

Permalink
take out kill after run mnzn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 24, 2024
1 parent abf076c commit 2bcd252
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/msg/snd2q/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cleanup:

run:
/opt/manzan/bin/manzan --configdir=$(CURDIR) &
ps -ef | grep manzan | awk '{ print $$2 }' | xargs kill -9
sleep 12
/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit/bin/java -cp $(CURDIR):/QIBM/ProdData/OS400/jt400/lib/jt400.jar sndmsg ${TESTLIB} msgs
sleep 5
Expand Down

0 comments on commit 2bcd252

Please sign in to comment.