Skip to content

Commit 75f224c

Browse files
cmickeybprakashngit
authored andcommitted
push debugging into some of the test scripts that were missing it
Signed-off-by: Mic Bowman <[email protected]>
1 parent 423a3b8 commit 75f224c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/__tools__/run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ say increment the value with a simple expression ${n} times, querying enclaves i
223223
for v in $(seq 1 ${n}) ; do
224224
e=$((v % pcontract_es + 1))
225225
value=$(${PDO_HOME}/bin/pdo-invoke.psh \
226+
--logfile __screen__ --loglevel ${PDO_LOG_LEVEL} \
226227
--enclave "http://localhost:710${e}" --identity user1 \
227228
--pdo_file ${SAVE_FILE} --method inc_value)
228229
if [ $value != $v ]; then
@@ -233,6 +234,7 @@ done
233234
say get the value and check it
234235
v=$((v+1)); e=$((v % pcontract_es + 1))
235236
value=$(${PDO_HOME}/bin/pdo-invoke.psh \
237+
--logfile __screen__ --loglevel ${PDO_LOG_LEVEL} \
236238
--enclave "http://localhost:710${e}" --identity user1 \
237239
--pdo_file ${SAVE_FILE} --method get_value)
238240
if [ $value != $((n)) ]; then

0 commit comments

Comments
 (0)