diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-08 16:22:03 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-08 16:22:03 +0000 |
commit | 797c4609a9b9923e8d15413f7412cf2bf4bb6ce5 (patch) | |
tree | 8fa6dbf5739a3c64d071daf6fc4b2f77e4239609 /regress | |
parent | 3886afceec08126fede93edee884cbd13078cbec (diff) |
make ge work again
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/regress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/regress b/regress/regress index f89b353..0437b3b 100755 --- a/regress/regress +++ b/regress/regress @@ -31,7 +31,7 @@ if [ "${SKIP_RUNTIME_TESTS:-0}" -eq 1 ]; then fi # Run regression tests for the ge binary. -#run_test test_ge XXX +run_test test_ge # Run regression tests for the gmid binary. run_test test_static_files |