Commit f8eec29b authored by norvell's avatar norvell
Browse files

Fix copying

parent bc614546
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -1257,12 +1257,12 @@ ivas-conformance:
    - zero_errors=$(cat report-junit.xml | grep -c 'errors="0"') || true
    
    # Copy output data
    - cp scripts/testv .
    - cp scripts/ls_layouts .
    - cp tests/dut testv/ref 
    - cp -r scripts/testv .
    - cp -r scripts/ls_layouts .
    - cp -r tests/dut testv/ref 
    - mkdir testv/renderer
    - cp tests/renderer/data testv/renderer/data
    - cp tests/renderer/ref testv/renderer/ref 
    - cp -r tests/renderer/data testv/renderer/data
    - cp -r tests/renderer/ref testv/renderer/ref 
    
    # Test run generated scripts
    - python3 -m pytest tests/test_26252.py --junit-xml=report-junit.xml --html=report.html --self-contained-html || exit_code=$?