cp2k/tools/docker/scripts/test_conventions.sh
2021-02-18 00:33:20 +01:00

12 lines
255 B
Bash
Executable file

#!/bin/bash -e
# author: Ole Schuett
# shellcheck disable=SC1091
source /opt/cp2k-toolchain/install/setup
echo -e "\n========== Running Conventions Test =========="
cd /workspace/cp2k/tools/conventions
./test_conventions.sh #TODO port to Python3
#EOF