Donate CPU client test scripts: Use Python from shebang
This commit is contained in:
parent
92ddaa3acd
commit
5715ba7ce0
|
@ -12,6 +12,6 @@ cppcheck_tools_path=..
|
|||
while :
|
||||
do
|
||||
git pull
|
||||
python "${cppcheck_tools_path}/donate-cpu.py" --bandwidth-limit=1m --max-packages=100
|
||||
"${cppcheck_tools_path}/donate-cpu.py" --bandwidth-limit=1m --max-packages=100
|
||||
sleep 10
|
||||
done
|
||||
|
|
|
@ -4,6 +4,6 @@ cppcheck_tools_path=..
|
|||
|
||||
while :
|
||||
do
|
||||
python "${cppcheck_tools_path}/donate-cpu.py" --test --bandwidth-limit=2m
|
||||
"${cppcheck_tools_path}/donate-cpu.py" --test --bandwidth-limit=2m
|
||||
sleep 2
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue