4 lines
60 B
Bash
Executable file
4 lines
60 B
Bash
Executable file
#!/bin/bash
|
|
set -x
|
|
|
|
pytest api/tests/integration_tests/vdb/
|