We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28eed7 commit 223d0afCopy full SHA for 223d0af
kbench/submit-work.sh
@@ -121,7 +121,7 @@ SubmitOneJob() {
121
GenerateOutMakefile $size
122
# break this string up because quoting in Bash related to eval() is fragile
123
x="\"Authorization: Bearer $TOKEN\""
124
- cmd="curl -vv -L -H "$x" -X PUT $CLUSTER/job/$myjobname --data-binary $OUTMAKEFRAG 2>&1"
+ cmd="curl -vv -L -H "$x" -X PUT $CLUSTER/job/$myjobname --data-binary @$OUTMAKEFRAG 2>&1"
125
126
if [[ $DRYRUN == "yes" ]]; then
127
echo "Would have submitted: "$myjobname
0 commit comments