Skip to content
Snippets Groups Projects
Commit 0ed540ac authored by Simon McVittie's avatar Simon McVittie
Browse files

wrap: Don't bundle arguments if we are only preparing


This lets regression tests inspect them.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 105a7940
No related branches found
No related tags found
No related merge requests found
......@@ -1953,8 +1953,11 @@ main (int argc,
}
}
if (!flatpak_bwrap_bundle_args (bwrap, 1, -1, FALSE, error))
goto out;
if (!opt_only_prepare)
{
if (!flatpak_bwrap_bundle_args (bwrap, 1, -1, FALSE, error))
goto out;
}
adverb_args = flatpak_bwrap_new (flatpak_bwrap_empty_env);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment