summary refs log tree commit diff
path: root/tests/mysql.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-24 18:22:53 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-24 18:22:53 +0200
commitecd7bc931002fca2ea6508765a548dff382ebc10 (patch)
treeec28ccdca1dbfb1d3b46c7abc0b63f9c00619c31 /tests/mysql.nix
parentd380152f39450070d9cd7e7a8272b2b1b8bd6b12 (diff)
downloadnixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.gz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.bz2
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.lz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.xz
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.tar.zst
nixpkgs-ecd7bc931002fca2ea6508765a548dff382ebc10.zip
Tests: global search/replace of obsolete functions
Diffstat (limited to 'tests/mysql.nix')
-rw-r--r--tests/mysql.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/mysql.nix b/tests/mysql.nix
index 65785c8fdb5..b48850738b7 100644
--- a/tests/mysql.nix
+++ b/tests/mysql.nix
@@ -15,8 +15,8 @@
   testScript = ''
     startAll;
 
-    $master->waitForJob("mysql");
+    $master->waitForUnit("mysql");
     $master->sleep(10); # Hopefully this is long enough!!
-    $master->mustSucceed("echo 'use testdb; select * from tests' | mysql -u root -N | grep 4");
+    $master->succeed("echo 'use testdb; select * from tests' | mysql -u root -N | grep 4");
   '';
 }