Skip to content

Commit 199801f

Browse files
committed
Tweak the output a tiny bit for readability
1 parent 28d3c03 commit 199801f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_S1_performance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ for s1server in $(grep CVMFS_SERVER_URL /etc/cvmfs/domain.d/eessi-hpc.org.conf |
6767
json_array+=("$(test_S1 "$s1server" "$application")")
6868
done
6969
# Store all the (json) output in a single string so we can also stick it in a file
70-
json_output="$(echo -e "{\"$date\":[")$(join_by ,$'\n' "${json_array[@]}")$(echo -e "\n]}")"
70+
json_output="$(echo -e "{\"$date\":[\n")$(join_by ,$'\n' "${json_array[@]}")$(echo -e "\n]}")"
7171
echo -e "$json_output" > $(dirname $(realpath $BASH_SOURCE))/../S1_performance_check.json
7272
echo -e "$json_output"

0 commit comments

Comments
 (0)