Skip to content

Commit 511ae8d

Browse files
committed
Correct run scripts
1 parent d9c28bc commit 511ae8d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/integration/script/compute_v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
php tests/integration/Runner.php -s compute -v v2
3+
php tests/integration/run.php -s compute -v v2

tests/integration/script/identity_v3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
php tests/integration/Runner.php -s identity -v v3
3+
php tests/integration/run.php -s identity -v v3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
php tests/integration/Runner.php -s networking -v v2
3+
php tests/integration/run.php -s networking -v v2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
php tests/integration/Runner.php -s objectstore -v v2
3+
php tests/integration/run.php -s objectstore -v v2

0 commit comments

Comments
 (0)