提交 6576fa05 编写于 作者: G Gunnar Kudrjavets

Fix minor typos and PHP source file name used to trigger the builds

Summary: Fix two minor typos and update the file name which is used to trigger the runs in case new changes have been committed.

Test Plan: - Testing with a private Sandcastle instance.

Reviewers: sdong, mung

Reviewed By: mung

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D59919
上级 c4e19b77
......@@ -14,7 +14,7 @@ function log {
}
function log_err {
log "ERROR: $@. Error code: $?."
log "ERROR: $@ Error code: $?."
}
#
......@@ -22,7 +22,7 @@ function log_err {
#
# Path to the determinator from the root of the RocksDB repo.
CONTRUN_DETERMINATOR=./arcanist_util/config/RocksDBCommonDeterminator.php
CONTRUN_DETERMINATOR=./arcanist_util/config/RocksDBCommonHelper.php
# Value of the previous commit.
PREV_COMMIT=
......@@ -54,7 +54,7 @@ do
log "There were no changes since the last time I checked. Going to sleep."
else
if [ ! -z "$LAST_COMMIT" ]; then
log "New code has been committed or previous commit not know. " \
log "New code has been committed or previous commit not known. " \
"Will trigger the tests."
PREV_COMMIT=$LAST_COMMIT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册