comparison pretxncommit.sh @ 7:d98cb018fad7

add pytest-watcher
author drewp@bigasterisk.com
date Sat, 16 Mar 2024 12:36:13 -0700
parents d885fce5e4e7
children
comparison
equal deleted inserted replaced
6:d885fce5e4e7 7:d98cb018fad7
1 #!/bin/zsh -e 1 #!/bin/zsh -e
2 2
3 # e2e test including lib installs and test suite 3 # e2e test including lib installs and test suite
4 4
5 5
6 echo node = $HG_NODE
7 SRC_DIR=`pwd` 6 SRC_DIR=`pwd`
8 7
9 WORK_DIR=/tmp/rdferry_pretxncommit_$$ 8 WORK_DIR=/tmp/rdferry_pretxncommit_$$
10 mkdir $WORK_DIR 9 mkdir $WORK_DIR
11 10