make tests work without hpc (fix #903) (#904)

This commit is contained in:
nizar-m 2018-10-29 13:13:47 +05:30 committed by Shahidh K Muhammed
parent 1a04a38481
commit c80a37a647

View File

@ -123,7 +123,7 @@ pytest -vv --hge-url="$HGE_URL" --pg-url="$HASURA_GRAPHQL_DATABASE_URL"
kill -INT $PID
sleep 4
mv graphql-engine.tix graphql-engine-combined.tix
mv graphql-engine.tix graphql-engine-combined.tix || true
##########
echo -e "\n<########## TEST GRAPHQL-ENGINE WITH ACCESS KEY #####################################>\n"
@ -203,4 +203,4 @@ if [ "$RUN_WEBHOOK_TESTS" == "true" ] ; then
kill $WH_PID
fi
mv graphql-engine-combined.tix "$OUTPUT_FOLDER/graphql-engine.tix"
mv graphql-engine-combined.tix "$OUTPUT_FOLDER/graphql-engine.tix" || true