commit 31a4bd82de06791beb82e8f570cc0236202acca5 from: Thomas Adam date: Mon Mar 06 21:15:10 2023 UTC portable: regress: add back GOT_TEST_PACK The definition for GOT_TEST_PACK went walkies during a previous merge conflict. Add this back. commit - 6d5b325d9740b5ea90167a5e47ecba3ff3777d2f commit + 31a4bd82de06791beb82e8f570cc0236202acca5 blob - bb9bf5f2cfb2999593b2a87a563f1f0272822950 blob + 8c960baef8925da8232651df8d17bfdb3d9dc2cd --- regress/cmdline/stage.sh +++ regress/cmdline/stage.sh @@ -16,6 +16,9 @@ . ./common.sh +# disable automatic packing for these tests +export GOT_TEST_PACK="" + test_stage_basic() { local testroot=`test_init stage_basic`