Skip to content

Commit

Permalink
Merge pull request #2104 from dbungert/quick-test-args
Browse files Browse the repository at this point in the history
quick-test: custom livefs-edit args
  • Loading branch information
dbungert authored Oct 17, 2024
2 parents 5d7e54a + e23792f commit 54ba4a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/quick-test-this-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ LIVEFS_EDITOR=$(readlink -f $LIVEFS_EDITOR)

old_iso="$(readlink -f "${1}")"
new_iso="$(readlink -f "${2}")"
shift 2

tmpdir="$(mktemp -d)"
cd "${tmpdir}"
Expand All @@ -27,4 +28,4 @@ fi

$src/scripts/slimy-update-snap.sh old.snap new.snap

PYTHONPATH=$LIVEFS_EDITOR python3 -m livefs_edit $old_iso $new_iso --inject-snap new.snap
PYTHONPATH=$LIVEFS_EDITOR python3 -m livefs_edit $old_iso $new_iso --inject-snap new.snap "$@"

0 comments on commit 54ba4a4

Please sign in to comment.