Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
# run sjasmplus in a ways to display help page (to extract full "logo") and# just raw version (needs to be manually updated in this script with every release)$MEMCHECK "$EXE" -Wno-behost -h | head -n 1 > help_line1.out &&\$MEMCHECK "$EXE" -Wno-behost --version 2> version.out &&\$MEMCHECK "$EXE" -Wno-behost --nologo --version 2> raw_version.out &&\echo "1.20.1" > raw.expected &&\diff -a --strip-trailing-cr help_line1.out version.out &&\diff -a --strip-trailing-cr raw.expected raw_version.outlast_result=$?