From 794013fb928f20e725a8131b7eb4b6f36b0f46b2 Mon Sep 17 00:00:00 2001 From: "Karl E. Nelson" Date: Sat, 2 Jan 2021 11:57:09 -0800 Subject: [PATCH] Fix typo --- .azure/scripts/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/scripts/test.yml b/.azure/scripts/test.yml index 81bd5a9c7..935928554 100644 --- a/.azure/scripts/test.yml +++ b/.azure/scripts/test.yml @@ -25,12 +25,12 @@ steps: - script: | python -m pytest -v --junit-xml=build/test/test.xml test/jpypetest --checkjni displayName: 'Test JDK 11' - condition: eq(variables.jpyptest.fast, 'false') + condition: eq(variables.jpypetest.fast, 'false') - script: | python -m pytest -v --junit-xml=build/test/test.xml test/jpypetest --checkjni --fast displayName: 'Test JDK 11 (fast)' - condition: eq(variables.jpyptest.fast, 'true') + condition: eq(variables.jpypetest.fast, 'true') # presence of jpype/ seems to confuse entry_points so `cd` elsewhere - script: |