rename ge -> gemexp in regress too

This commit is contained in:
Omar Polo 2023-07-25 20:26:26 +00:00
parent fdb4572d2f
commit 471a5250e3
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ ran_no=0
failed_no=0
failed=
ge="./../ge"
gemexp="./../gemexp"
gg="./../gg"
gmid="./../gmid"
current_test=

View File

@ -31,7 +31,7 @@ if [ "${SKIP_RUNTIME_TESTS:-0}" -eq 1 ]; then
fi
# Run regression tests for the ge binary.
run_test test_ge
run_test test_gemexp
# Run regression tests for the gmid binary.
run_test test_static_files

View File

@ -8,10 +8,10 @@ test_iri() {
./iri_test
}
test_ge() {
test_gemexp() {
dont_check_server_alive=yes
$ge -p $port -d . testdata &
$gemexp -p $port -d . testdata &
pid=$!
sleep 1