Skip to content

Commit

Permalink
Updated the script runtests.sh to be able to run from qa subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Aug 15, 2019
1 parent 2f7a35e commit 5a44bd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qa/runtests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /bin/bash

SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"

pushd "${SCRIPT_DIR}/.." > /dev/null

set -e
set -x

Expand Down Expand Up @@ -67,3 +71,5 @@ printf "%stests passed%s\n\n" "${GREEN}" "${NORMAL}"

cp -r ../.git ./
`which codecov` --token=31551081-2274-47b5-91fd-7078feb91fc7

popd > /dev/null

0 comments on commit 5a44bd3

Please sign in to comment.