Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #11700 from jugglinmike/908325-test-script-typo
Browse files Browse the repository at this point in the history
Bug 908325 - Integration test script references paths incorrectly
  • Loading branch information
lightsofapollo committed Aug 22, 2013
2 parents b9adbb2 + 93a5d2e commit e0cde65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gaia-marionette
Expand Up @@ -6,7 +6,7 @@ SOURCE="${BASH_SOURCE[0]}"
DIR="$( cd "$( dirname "$SOURCE" )" && pwd )"

# where all gaia specific customizations for mocha-marionette live.
SHARED=$DIR/../shared/test/integration/
SHARED=$DIR/../shared/test/integration

# download b2g-desktop (if its not present)
make -C $DIR/../ b2g
Expand Down

0 comments on commit e0cde65

Please sign in to comment.