Hi,

This is a part of our BUILD & TEST workflow script

      - name: Test all files (sage -t --all --long)
        if: always() && steps.build.outcome == 'success'
        run: |
          ../sage -python -m pip install coverage
          ../sage -python -m coverage run ./bin/sage-runtests --all --long 
-p2 --random-seed=286735480429121101562228604801325644303
        working-directory: ./worktree-image/src    

Why is the working directory "SAGE_ROOT/src" instead of "SAGE_ROOT"?

I often copy failed doctest commands from the terminal screen of the 
workflow job. And when I run the command, I should prepend "src/" to file 
paths. For example,

sage -t --long --random-seed=286735480429 
sage/cpython/cython_metaclass.pyx  

If I run this command at SAGE_ROOT, it complains because of missing "src/".

The same annoyance is throughout our workflows.

Isn't this unavoidable?




-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/e020f73b-75db-4c41-9cfe-eaf8ce33a929n%40googlegroups.com.

Reply via email to