Skip to content
Snippets Groups Projects
Commit 98a593f3 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

making rte tests work for me

parent 07a6ac05
No related branches found
No related tags found
No related merge requests found
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
...@@ -54,7 +54,7 @@ function log { ...@@ -54,7 +54,7 @@ function log {
# $3 = rte # $3 = rte
function runAcceptTest { function runAcceptTest {
PATTERN=$(mktemp) PATTERN=$(mktemp)
OUT=`timeout $TESTCASE_TIMEOUT bash -c "./arun2 -i <(python $1 | tee $PATTERN | ./aconvert2 --string_from_string) -a $2"` OUT=`timeout $TESTCASE_TIMEOUT bash -c "./arun2 -i <($1 | tee $PATTERN | ./aconvert2 --string_from_string) -a $2"`
RET=$? RET=$?
if [ $RET == 0 ]; then # ok if [ $RET == 0 ]; then # ok
echo $OUT | grep -q "<Bool>true</Bool>" echo $OUT | grep -q "<Bool>true</Bool>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment