diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 669fca8e5..623bcb144 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -187,7 +187,7 @@ stages: displayName: Test NQP - pwsh: | $install_path = Resolve-Path ../$(INSTALL_DIR)/bin/ - prove -j0 -r -e "$($install_path)nqp" t/nqp t/hll t/qregex t/p5regex t/qast t/jvm t/serialization t/nativecall + prove -j0 -v -f -r -e "$($install_path)nqp" t/nqp t/hll t/qregex t/p5regex t/qast t/jvm t/serialization t/nativecall workingDirectory: '$(Pipeline.Workspace)/nqp' condition: and(succeeded(), eq( variables['BACKEND'], 'JVM') ) displayName: Test NQP (JVM)