We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c28bc commit 511ae8dCopy full SHA for 511ae8d
4 files changed
tests/integration/script/compute_v2
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-php tests/integration/Runner.php -s compute -v v2
+php tests/integration/run.php -s compute -v v2
tests/integration/script/identity_v3
-php tests/integration/Runner.php -s identity -v v3
+php tests/integration/run.php -s identity -v v3
tests/integration/script/networking_v2
-php tests/integration/Runner.php -s networking -v v2
+php tests/integration/run.php -s networking -v v2
tests/integration/script/objectstore_v2
-php tests/integration/Runner.php -s objectstore -v v2
+php tests/integration/run.php -s objectstore -v v2
0 commit comments