Skip to content

Commit

Permalink
pack_in_onefile.sh: add test run after packing
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlav committed Apr 3, 2024
1 parent 20e26eb commit ae6346e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pack_in_onefile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ chmod 0755 $OUTPUT
PACKCOMMAND=epm
incorporate_all
# test
packed/$PACKCOMMAND.sh --help >/dev/null || exit
###############
PACKCOMMAND=serv
incorporate_all
# test
packed/$PACKCOMMAND.sh --help >/dev/null || exit
2 changes: 1 addition & 1 deletion release_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi
SPECNAME=eepm.spec
version="$(get_version $SPECNAME)"

./pack_in_onefile.sh
./pack_in_onefile.sh || exit

git add packed
git commit packed -m "commit packed $version"
Expand Down

0 comments on commit ae6346e

Please sign in to comment.