Skip to content

Commit

Permalink
Update travis unit test caller.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Mar 27, 2017
1 parent fab6943 commit d203bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ elif [ "$TEST_SUITE" = "style" ]; then
fi
done
elif [ "$TEST_SUITE" = "unit" ]; then
open_xdmod/modules/xdmod/tests/runtests.sh && classes/UnitTesting/RunTests.sh
open_xdmod/modules/xdmod/tests/runtests.sh
if [ $? != 0 ]; then
build_exit_value=2
fi
Expand Down

0 comments on commit d203bf6

Please sign in to comment.