mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
Using "make_pretty.sh -j 1 -t 2" is often more likely to work than increasing the (hardwired) timeout value
7 lines
120 B
Bash
Executable file
7 lines
120 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
CP2K_ROOT=$(dirname "$0")
|
|
|
|
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications "$@"
|
|
|
|
#EOF
|