Updating remaining paths in scripts
This commit is contained in:
parent
ca5c7492dc
commit
e2841c0129
9 changed files with 33 additions and 34 deletions
|
@ -1,7 +1,11 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
|
||||
|
||||
rm -rf build
|
||||
bash scripts/build.sh
|
||||
|
||||
# Run python tests
|
||||
cp -r runtime-pyside6/tests build/runtime-pyside6
|
||||
PYTHONPATH="$PYTHONPATH:." pytest --cov=LogarithmPlotter --cov-report term-missing .
|
||||
npm test
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue