diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-16 17:21:21 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-16 17:21:21 +0800 |
commit | 54a3122d8626f78338033a704d5849738f6dd2e6 (patch) | |
tree | 8f96cd20d38231319f1c54db523227b01cb16c1d /lib/ephy-profile-utils.c | |
parent | 0f356e2c1eb200fd286b468bf0c7adc4b232d9a0 (diff) | |
download | gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar.gz gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar.bz2 gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar.lz gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar.xz gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.tar.zst gsoc2013-epiphany-54a3122d8626f78338033a704d5849738f6dd2e6.zip |
ephy-profile-utils: use absolute path for build dir
That way we can run the tests from any directory in debug mode.
Diffstat (limited to 'lib/ephy-profile-utils.c')
-rw-r--r-- | lib/ephy-profile-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c index 297159eef..53d8dd8e7 100644 --- a/lib/ephy-profile-utils.c +++ b/lib/ephy-profile-utils.c @@ -210,7 +210,7 @@ ephy_profile_utils_do_migration (int test_to_run, gboolean debug) } if (debug) - argv[0] = TOP_BUILD_DIR"/lib/"EPHY_PROFILE_MIGRATOR; + argv[0] = ABS_TOP_BUILD_DIR"/lib/"EPHY_PROFILE_MIGRATOR; ret = g_spawn_sync (NULL, argv, envp, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL, |