mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
tests: removed obsolete test case
This commit is contained in:
parent
950d44c32e
commit
86285bf922
1 changed files with 2 additions and 3 deletions
|
@ -82,7 +82,6 @@ cat > ${CONFIG_FILE} << EOF
|
|||
"vectorize" : ${VECTORIZE},
|
||||
"format" : "${FORMAT}",
|
||||
"layer" : "${LAYER}",
|
||||
"endian" : "${ENDIAN}",
|
||||
"verify_source" : ${VERIFY_SOURCE},
|
||||
|
||||
"local" : "${LOCAL}",
|
||||
|
@ -105,7 +104,7 @@ villas-test-cmp ${CMPFLAGS} ${INPUT_FILE} ${OUTPUT_FILE}
|
|||
RC=$?
|
||||
|
||||
if (( ${RC} != 0 )); then
|
||||
echo "=========== Sub-test failed for: format=${FORMAT}, layer=${LAYER}, endian=${ENDIAN}, verify_source=${VERIFY_SOURCE}, vectorize=${VECTORIZE}"
|
||||
echo "=========== Sub-test failed for: format=${FORMAT}, layer=${LAYER}, verify_source=${VERIFY_SOURCE}, vectorize=${VECTORIZE}"
|
||||
cat ${CONFIG_FILE}
|
||||
echo
|
||||
cat ${INPUT_FILE}
|
||||
|
@ -113,7 +112,7 @@ if (( ${RC} != 0 )); then
|
|||
cat ${OUTPUT_FILE}
|
||||
exit ${RC}
|
||||
else
|
||||
echo "=========== Sub-test succeeded for: format=${FORMAT}, layer=${LAYER}, endian=${ENDIAN}, verify_source=${VERIFY_SOURCE}, vectorize=${VECTORIZE}"
|
||||
echo "=========== Sub-test succeeded for: format=${FORMAT}, layer=${LAYER}, verify_source=${VERIFY_SOURCE}, vectorize=${VECTORIZE}"
|
||||
fi
|
||||
|
||||
done; done; done; done
|
||||
|
|
Loading…
Add table
Reference in a new issue