5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/bash
|
||
|
exec ./run_local_test.py 2 --config-file ./no-timeout.cfg $1
|
||
|
|
||
|
|