www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 8799bb4ebde34d8c0c4de4de5fe9dcf50bc6016f
parent c7bbde3c4f6b421138399c5722878576e3dd0486
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 29 Nov 2016 03:29:45 -0500

Remove Travis debugging

Diffstat:
Mtest/runtests.sh | 2+-
Mtest/tests/syncRunnerTest.js | 3---
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/runtests.sh b/test/runtests.sh @@ -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 diff --git a/test/tests/syncRunnerTest.js b/test/tests/syncRunnerTest.js @@ -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