We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d3c03 commit 199801fCopy full SHA for 199801f
scripts/test_S1_performance.sh
@@ -67,6 +67,6 @@ for s1server in $(grep CVMFS_SERVER_URL /etc/cvmfs/domain.d/eessi-hpc.org.conf |
67
json_array+=("$(test_S1 "$s1server" "$application")")
68
done
69
# 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]}")"
+json_output="$(echo -e "{\"$date\":[\n")$(join_by ,$'\n' "${json_array[@]}")$(echo -e "\n]}")"
71
echo -e "$json_output" > $(dirname $(realpath $BASH_SOURCE))/../S1_performance_check.json
72
echo -e "$json_output"
0 commit comments