forked from mirrors/nixpkgs
nixosTests.mysql: add missing () to start_all()
Because mysql.wait_for_unit() starts the vm as well, we didn't notice that.
This commit is contained in:
parent
98e6a8b579
commit
7d64f7a534
|
@ -47,7 +47,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
|
|||
};
|
||||
|
||||
testScript = ''
|
||||
start_all
|
||||
start_all()
|
||||
|
||||
mysql.wait_for_unit("mysql")
|
||||
mysql.succeed("echo 'use empty_testdb;' | mysql -u root")
|
||||
|
|
Loading…
Reference in a new issue