From 1a204c659383a76d2f9d4fb15b66ec4b4d52b753 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 17 Jan 2023 01:40:35 +0100 Subject: [PATCH] Typo >_> --- lib/tests_coordination.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests_coordination.sh b/lib/tests_coordination.sh index 780e8c0..809088c 100644 --- a/lib/tests_coordination.sh +++ b/lib/tests_coordination.sh @@ -31,7 +31,7 @@ run_all_tests() { fi tests_toml="$package_path/tests.toml" - if [ -e "$tests_toml"] + if [ -e "$tests_toml" ] then python3 "./lib/parse_tests_toml.py" "$package_path" "$TEST_CONTEXT" else