Skip to content

Commit

Permalink
Found extraneous curly brace, which is probably causing the redirect …
Browse files Browse the repository at this point in the history
…error.
  • Loading branch information
Naaman Newbold committed Jan 19, 2012
1 parent d4b4d13 commit 2946258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/compile_test.sh
Expand Up @@ -53,7 +53,7 @@ getPlayApp() {
local playVersion=${1:-${DEFAULT_PLAY_VERSION}}
local appBaseDir="${PLAY_TEST_CACHE}/app-${playVersion}"
if [ ! -f ${appBaseDir}/conf/application.conf ]; then
$(_full_play) new ${appBaseDir} --name app >/dev/null 2>&1
$(_full_play) new ${appBaseDir} --name app
fi
cp -r ${appBaseDir}/. ${BUILD_DIR}
assertTrue "Expected ${BUILD_DIR}/conf/application.conf, but it's not there." "[ -f ${BUILD_DIR}/conf/application.conf ]"
Expand Down

0 comments on commit 2946258

Please sign in to comment.