mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
Debug run.sh
This commit is contained in:
parent
8d54d6b45a
commit
c172878ea6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ BOLD='\033[1m'
|
|||
NC='\033[0m' # No Color
|
||||
|
||||
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||||
tests=$(ls -d ./*/) # Find tests
|
||||
tests=$(ls -d ${wai}/*/) # Find tests
|
||||
out=$(mktemp)
|
||||
test_timeout=20
|
||||
abort=1
|
||||
|
|
Loading…
Add table
Reference in a new issue