Skip to content

Commit

Permalink
make tests work without hpc (fix #903) (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
nizar-m authored and shahidhk committed Oct 29, 2018
1 parent 1a04a38 commit c80a37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/test-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

0 comments on commit c80a37a

Please sign in to comment.