mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 08:12:29 +00:00
Merge pull request #10433 from edolstra/run-mercurial-tests
Actually run the Mercurial tests
This commit is contained in:
commit
334874d101
@ -1,6 +1,6 @@
|
||||
source common.sh
|
||||
|
||||
[[ $(type -p hq) ]] || skipTest "Mercurial not installed"
|
||||
[[ $(type -p hg) ]] || skipTest "Mercurial not installed"
|
||||
|
||||
clearStore
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
source ./common.sh
|
||||
|
||||
[[ $(type -p hq) ]] || skipTest "Mercurial not installed"
|
||||
[[ $(type -p hg) ]] || skipTest "Mercurial not installed"
|
||||
|
||||
flake1Dir=$TEST_ROOT/flake-hg1
|
||||
mkdir -p $flake1Dir
|
||||
|
Loading…
Reference in New Issue
Block a user