Skip to content

Commit

Permalink
Can we see exactly what was failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed May 10, 2021
1 parent d51ed90 commit e28274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e28274a

Please sign in to comment.