From b39063ecacb1c7c0909a6ae74660c7ac07665aaa Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Mon, 29 Nov 2021 09:24:46 +0100 Subject: [PATCH] Improve script for running tests --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index fb512f4..99b4aed 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -12,7 +12,7 @@ check() echo "*** TESTING $config_file" echo "=========================================================================================" rm -rf "$PAPER_DIR" - cookiecutter https://git.wmi.amu.edu.pl/filipg/paper-cutter.git --config-file "$config_file" --no-input --checkout master + python3 -m cookiecutter https://git.wmi.amu.edu.pl/filipg/paper-cutter.git --config-file "$config_file" --no-input --checkout master cd "$PAPER_DIR" make clean make