Skip to content

Commit

Permalink
Correct ndmsg name
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam authored and ThePrez committed Aug 21, 2023
1 parent ab2149d commit 89472e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ile:
testing: /qsys.lib/${BUILDLIB}.lib/MANZANQ.msgq watch_start watch_testq watch_end

sndmsg.class: sndmsg.java
javac -cp /QIBM/ProdData/OS400/jt400/lib/jt400.jar ndmsg.java
javac -cp /QIBM/ProdData/OS400/jt400/lib/jt400.jar sndmsg.java

watch_testq: ./tester/sndmsg.class
java -cp ./tester:/QIBM/ProdData/OS400/jt400/lib/jt400.jar sndmsg
Expand All @@ -22,4 +22,4 @@ watch_end:
system -kKv "ENDWCH SSNID(TESTING)"
# select rtrim(HANDLED_TIMESTAMP) as TS, rtrim(SESSION_ID) as SESSION, rtrim(MESSAGE_ID) as MSG_ID from ${BUILDLIB}.manzanmsg where SESSION_ID = 'TESTING '

all: ile testing
all: ile testing

0 comments on commit 89472e8

Please sign in to comment.