From 05dcc3ec3744e1861c20d760583ee64bcca180a6 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 13 Jul 2021 16:44:41 +0200 Subject: [PATCH] Polish --- Overlap/Tests/short_tests.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index f07c7733..3e4df113 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -26,14 +26,10 @@ "SHPC_old" ] ], - "commands": [ - [ - "mkdir", - "SHPC" - ], - [ - "$build_dir/Overlap/test_read_eddy" - ] + "commands": + [ + ["mkdir", "SHPC"], + ["$build_dir/Overlap/test_read_eddy"] ] }, { -- GitLab