3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-08-23 21:27:56 +00:00

note unexpected return statuses in junit

This commit is contained in:
N. Engelhardt 2022-03-29 19:10:29 +02:00
parent adacad7908
commit 008d020c4d
7 changed files with 44 additions and 3 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
# this is expected to return 1 so don't use 'set -e'
python3 ../../sbysrc/sby.py -f junit_expect.sby
grep '<failure type="EXPECT" message="Task returned status PASS. Expected values were: FAIL TIMEOUT" />' junit_expect/junit_expect.xml