Skip to content

Commit

Permalink
Never validate schema with --legacy-output
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Nov 22, 2023
1 parent 5e17a6c commit 61aae8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atest/robot/output/legacy_output.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Resource atest_resource.robot

*** Test Cases ***
Legacy output with Robot
Run Tests --legacyoutput output/legacy.robot
Run Tests --legacyoutput output/legacy.robot validate output=False
Validate output

Legacy output with Rebot
Run Tests ${EMPTY} output/legacy.robot
Copy Previous Outfile
Run Rebot --legacy-output ${OUTFILE COPY}
Run Rebot --legacy-output ${OUTFILE COPY} validate output=False

*** Keywords ***
Validate output
Expand Down

0 comments on commit 61aae8a

Please sign in to comment.