tests back in

bugfix-109-spaces
Dave Musicant (home machine) 1 year ago
parent b24bf2c4c4
commit ab9e5d70bc

@ -90,8 +90,8 @@ jobs:
run: | run: |
git config --global user.email "test@email.com" git config --global user.email "test@email.com"
git config --global user.name "test user" git config --global user.name "test user"
#bats -rt tests bats -rt tests
bats -rt othertests #bats -rt othertests
echo "Finished running tests" echo "Finished running tests"
- name: Test step - name: Test step

@ -25,7 +25,9 @@ teardown() {
# shellcheck disable=SC2164 # shellcheck disable=SC2164
cd /tmp cd /tmp
# rm -rf $testdir # Kill background process
kill -9 %1
fg
# Make sure gitwatch script gets killed if script stopped background # Make sure gitwatch script gets killed if script stopped background
# Must kill the entire tree of processes generated # Must kill the entire tree of processes generated

Loading…
Cancel
Save