Fix up test runner scripts

This commit is contained in:
Joe Rickerby
2020-05-02 22:57:03 +01:00
parent 662612685c
commit 5d665aac39
3 changed files with 2 additions and 47 deletions
+1 -4
View File
@@ -1,6 +1,3 @@
#!/bin/bash
cd "$(dirname "$0")"
cd ..
CIBW_PLATFORM=linux ./bin/run_test.py $1
CIBW_PLATFORM=linux pytest $1