Skip to content

Commit

Permalink
Change test script shell and set XDMOD_REALMS (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer authored Mar 18, 2020
1 parent ba08869 commit bf3a85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
- NODE_VERSION=6
- XDMOD_TEST_ARTIFACTS_MIRROR="$HOME/xdmod-test-artifacts.git"
- XDMOD_IS_CORE=true
- XDMOD_REALMS='jobs,storage,cloud'

# Add dependency directories to the Travis cache
cache:
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/runtests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $BASEDIR/../ci/runtest-include.sh
set -e
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/runtests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $BASEDIR/../ci/runtest-include.sh
echo "Unit tests beginging:" `date +"%a %b %d %H:%M:%S.%3N %Y"`
Expand Down

0 comments on commit bf3a85d

Please sign in to comment.