Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Feb 14, 2017
1 parent 7c2ba38 commit 1a87c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/travis/testCentaurTes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TES_CONF="$(pwd)/src/bin/travis/resources/tes.conf"
git clone https://github.com/ohsu-comp-bio/funnel.git
cd funnel
make
nohup ./bin/tes-server -config ${TES_CONF} > logs/tes.log 2>&1 &
nohup ./bin/tes-server -config ${TES_CONF} > ../logs/tes.log 2>&1 &
cd ..

# All tests use ubuntu:latest - make sure it's there before starting the tests
Expand Down

0 comments on commit 1a87c5e

Please sign in to comment.