Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
7d1b4ce9
Commit
7d1b4ce9
authored
Sep 17, 2007
by
Christoph Mallon
Browse files
Use prepared CMD.
[r15825]
parent
7f50c929
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/makereport.sh
View file @
7d1b4ce9
...
...
@@ -94,9 +94,9 @@ for file in $curdir/$CFILES; do
FIRM_RUN_RES
=
"ok"
echo
"*** Run Firm"
>>
$res
CMD
=
"ulimit -t
${
TIMEOUT_RUN
}
; build_firm/
$name
.exe >
$OUTPUTDIR
/result_firm_
$name
.txt 2>&1"
CMD
=
"ulimit -t
${
TIMEOUT_RUN
}
;
${
EXEC_PREFIX
}
build_firm/
$name
.exe >
$OUTPUTDIR
/result_firm_
$name
.txt 2>&1"
echo
"
$CMD
"
>>
$res
/bin/bash
-c
"
ulimit -t
${
TIMEOUT_RUN
}
;
${
EXEC_PREFIX
}
build_firm/
$name
.exe
"
>
$OUTPUTDIR
/result_firm_
$name
.txt 2>&1
||
FIRM_RUN_RES
=
"failed"
/bin/bash
-c
"
$CMD
"
>
$OUTPUTDIR
/result_firm_
$name
.txt 2>&1
||
FIRM_RUN_RES
=
"failed"
fi
if
[
${
GCC_RUN_RES
}
=
"ok"
-a
${
FIRM_RUN_RES
}
=
"ok"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment