From 5aca04e1d500be8d47cdbec3a03ef64fd3046f67 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 13 Sep 2020 21:36:48 -0700 Subject: [PATCH] Fix to the fix (sigh) for .xs_id test --- bacillus/ci_pushbuild.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index a2d2eff..46c40ce 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -53,11 +53,6 @@ else unset tokentest fi -if [ -f ~/.xs_id.bak ]; then - echo "Restoring test user $USER ~/.xs_id file ..." - mv ~/.xs_id.bak ~/.xs_id -fi - ############ stage "Test(S->C)" ############ @@ -86,6 +81,7 @@ stage "Test(C->S)" echo "TODO ..." if [ -f ~/.xs_id.bak ]; then + echo "Restoring test user $USER ~/.xs_id file ..." mv ~/.xs_id.bak ~/.xs_id fi