Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Update test runfiles path (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchodorow authored and damienmg committed May 31, 2016
1 parent 0c8ba3e commit 0103053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check_war.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -d "${TEST_SRCDIR}/io_bazel_rules_appengine" ]; then
RUNFILES="${TEST_SRCDIR}/io_bazel_rules_appengine"
fi
TEST_WAR="${RUNFILES}/test/test-war.war"
JAR="${RUNFILES}/external/local_jdk/bin/jar"
JAR="${TEST_SRCDIR}/local_jdk/bin/jar"

function assert_war_contains() {
local needle="$1"
Expand Down

0 comments on commit 0103053

Please sign in to comment.