Skip to content

Commit 7b1a5af

Browse files
cmickeybCopilot
andauthored
Update build/tests/multi-user.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mic Bowman <cmickeyb@gmail.com>
1 parent e1ca988 commit 7b1a5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tests/multi-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ for v in $(seq 1 ${port_count}) ; do
189189

190190
value=$(< ${RESULT_FILE})
191191
if [ $value != $iterations ]; then
192-
die "contract has the wrong value ($value instead of $iterations for enclave $e"
192+
die "contract has the wrong value ($value instead of $iterations) for enclave $p"
193193
fi
194194
done
195195

0 commit comments

Comments
 (0)