Remove Travis debugging

This commit is contained in:
Dan Stillman 2016-11-29 03:29:45 -05:00
parent c7bbde3c4f
commit 8799bb4ebd
2 changed files with 1 additions and 4 deletions

View file

@ -143,7 +143,7 @@ fi
trap "{ rm -rf \"$TEMPDIR\"; }" EXIT
makePath FX_PROFILE "$PROFILE"
MOZ_NO_REMOTE=1 NO_EM_RESTART=1 "$FX_EXECUTABLE" -profile "$FX_PROFILE" -bail \
MOZ_NO_REMOTE=1 NO_EM_RESTART=1 "$FX_EXECUTABLE" -profile "$FX_PROFILE" \
-chrome chrome://zotero-unit/content/runtests.html -test "$TESTS" -grep "$GREP" -ZoteroTest $FX_ARGS
# Check for success

View file

@ -114,9 +114,6 @@ describe("Zotero.Sync.Runner", function () {
// Tests
//
beforeEach(function* () {
// TEMP: Travis debugging
Zotero.Debug.init(true);
yield resetDB({
thisArg: this,
skipBundledFiles: true