Commit ae6346e0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

pack_in_onefile.sh: add test run after packing

parent 20e26eb3
......@@ -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
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment