summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 13:49:31 +0200
committerMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2013-04-18 13:49:31 +0200
commit9394c5056b4d75db5405160f16b48ccd212ecbb9 (patch)
tree3a9210fc7fd6d867ea30d13eb1e54a3faf5943b4
parent002aec7f21514b58435e5ee6c9a9907e9dd027d1 (diff)
openembedded: fix directory name in rest of scripts
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-rw-r--r--openembedded/ethernet.yaml2
-rw-r--r--openembedded/kernel-version.yaml2
-rw-r--r--openembedded/mysql.yaml2
-rw-r--r--openembedded/phpinfo.yaml2
-rw-r--r--openembedded/phpmysql.yaml2
-rw-r--r--openembedded/sdkhelloc.yaml2
-rw-r--r--openembedded/sdkhellocxx.yaml2
-rw-r--r--openembedded/toolchain.yaml2
8 files changed, 8 insertions, 8 deletions
diff --git a/openembedded/ethernet.yaml b/openembedded/ethernet.yaml
index 48ed902..05e81ab 100644
--- a/openembedded/ethernet.yaml
+++ b/openembedded/ethernet.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./ethernet.sh"
parse:
diff --git a/openembedded/kernel-version.yaml b/openembedded/kernel-version.yaml
index 50ec8a3..23d5d7f 100644
--- a/openembedded/kernel-version.yaml
+++ b/openembedded/kernel-version.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./kernel-version.sh"
parse:
diff --git a/openembedded/mysql.yaml b/openembedded/mysql.yaml
index 89eaa0c..1a32c5f 100644
--- a/openembedded/mysql.yaml
+++ b/openembedded/mysql.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./mysql.sh"
parse:
diff --git a/openembedded/phpinfo.yaml b/openembedded/phpinfo.yaml
index ec82a06..7ec365d 100644
--- a/openembedded/phpinfo.yaml
+++ b/openembedded/phpinfo.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./phpinfo.sh"
parse:
diff --git a/openembedded/phpmysql.yaml b/openembedded/phpmysql.yaml
index 4c0d517..eb49c4a 100644
--- a/openembedded/phpmysql.yaml
+++ b/openembedded/phpmysql.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./phpmysql.sh"
parse:
diff --git a/openembedded/sdkhelloc.yaml b/openembedded/sdkhelloc.yaml
index a4ebf78..b072739 100644
--- a/openembedded/sdkhelloc.yaml
+++ b/openembedded/sdkhelloc.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./sdkhelloc.sh"
parse:
diff --git a/openembedded/sdkhellocxx.yaml b/openembedded/sdkhellocxx.yaml
index a370d82..68edfe4 100644
--- a/openembedded/sdkhellocxx.yaml
+++ b/openembedded/sdkhellocxx.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./sdkhellocxx.sh"
parse:
diff --git a/openembedded/toolchain.yaml b/openembedded/toolchain.yaml
index 61b902d..a7b4890 100644
--- a/openembedded/toolchain.yaml
+++ b/openembedded/toolchain.yaml
@@ -9,7 +9,7 @@ install:
run:
steps:
- - "cd test-definitions/oe/scripts"
+ - "cd test-definitions/openembedded/scripts"
- "./toolchain.sh"
parse: