Skip to content

Commit

Permalink
comment out manzan
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 23, 2024
1 parent 3200ae5 commit 92e14d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/msg/snd2q/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ cleanup:
rm -f $(CURDIR)/test.out

run:
/opt/manzan/bin/manzan --configdir=$(CURDIR) &
# /opt/manzan/bin/manzan --configdir=$(CURDIR) &
sleep 12
/QOpenSys/QIBM/ProdData/JavaVM/jdk80/64bit/bin/java -cp $(CURDIR):/QIBM/ProdData/OS400/jt400/lib/jt400.jar sndmsg ${TESTLIB} msgs
sleep 5

checkresult:
echo "contents of file"
cat $(CURDIR)/test.out
grep -i CAE0023 $(CURDIR)/test.out

0 comments on commit 92e14d6

Please sign in to comment.