We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a101d8 commit 9b1897aCopy full SHA for 9b1897a
test-case/check-suspend-resume.sh
@@ -189,7 +189,7 @@ analyze_sleepgraph_results()
189
dlogi "Analyzing sleepgraph results"
190
results_file=$(find suspend-*/*.html)
191
cp "$results_file" "$LOG_ROOT/"
192
- thresholds=$( jq -n "${OPT_VAL['t']}")
+ thresholds=$(jq -n --argjson t "${OPT_VAL['t']}" '$t')
193
194
dlogi "Analyzing $results_file file..."
195
if python3 "$SCRIPT_HOME"/tools/analyze-sleepgraph-results.py "$results_file" "$thresholds"; then
0 commit comments