summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-13 13:46:20 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-13 13:46:20 -0500
commit819645b230506cb0b2736d08e9c155f24c724cda (patch)
treee4a83bca3caab2a8cda090d9ba2f7069c039bd3f
parente516e9802120cf33006bd1fb28a2ebf9d04cbfb9 (diff)
downloadbuildstream-integration-tests-hardlinks.tar.gz
integration-tests: Use bst_checkout() everywhereintegration-tests-hardlinks
-rw-r--r--integration-tests/autotools-test/run-autotools-test.sh2
-rw-r--r--integration-tests/bzr-test/run-bzr-test.sh2
-rw-r--r--integration-tests/cmake-test/run-cmake-test.sh4
-rw-r--r--integration-tests/compose-test/run-compose-test.sh2
-rw-r--r--integration-tests/import-test/run-import-test.sh2
-rw-r--r--integration-tests/local-test/run-local-test.sh2
-rw-r--r--integration-tests/manual-test/run-manual-test.sh2
-rw-r--r--integration-tests/pip-test/run-pip-test.sh2
-rw-r--r--integration-tests/script-test/run-script-test.sh2
-rw-r--r--integration-tests/stack-test/run-stack-test.sh2
10 files changed, 11 insertions, 11 deletions
diff --git a/integration-tests/autotools-test/run-autotools-test.sh b/integration-tests/autotools-test/run-autotools-test.sh
index d2d247cee..c55b94192 100644
--- a/integration-tests/autotools-test/run-autotools-test.sh
+++ b/integration-tests/autotools-test/run-autotools-test.sh
@@ -51,7 +51,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/bzr-test/run-bzr-test.sh b/integration-tests/bzr-test/run-bzr-test.sh
index 1a4a21e10..2194cb907 100644
--- a/integration-tests/bzr-test/run-bzr-test.sh
+++ b/integration-tests/bzr-test/run-bzr-test.sh
@@ -51,7 +51,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/cmake-test/run-cmake-test.sh b/integration-tests/cmake-test/run-cmake-test.sh
index cf3c3db1c..750bb5d52 100644
--- a/integration-tests/cmake-test/run-cmake-test.sh
+++ b/integration-tests/cmake-test/run-cmake-test.sh
@@ -45,7 +45,7 @@ run_test () {
echo "Running test 'step7'"
bst_with_flags build "step7.bst"
- bst_with_flags checkout "step7.bst" "results/step7"
+ bst_checkout "step7.bst" "results/step7"
# Remove changing binary file
rm results/step7/usr/bin/libMathFunctions.a
@@ -65,7 +65,7 @@ run_test () {
echo "Running test 'step7-run'"
bst_with_flags build "step7-run.bst"
- bst_with_flags checkout "step7-run.bst" "results/step7-run"
+ bst_checkout "step7-run.bst" "results/step7-run"
exit=0
compare_results "step7-run" "results" "expected" || exit=$?
diff --git a/integration-tests/compose-test/run-compose-test.sh b/integration-tests/compose-test/run-compose-test.sh
index 5a6aa6298..71ad8d097 100644
--- a/integration-tests/compose-test/run-compose-test.sh
+++ b/integration-tests/compose-test/run-compose-test.sh
@@ -57,7 +57,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
# XXX Special case for compose-integration-remove, dont
# use the automated compare_results for this because
diff --git a/integration-tests/import-test/run-import-test.sh b/integration-tests/import-test/run-import-test.sh
index 3b4472ff5..6eff20656 100644
--- a/integration-tests/import-test/run-import-test.sh
+++ b/integration-tests/import-test/run-import-test.sh
@@ -44,7 +44,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/local-test/run-local-test.sh b/integration-tests/local-test/run-local-test.sh
index 4169a4a44..ca7a7efe7 100644
--- a/integration-tests/local-test/run-local-test.sh
+++ b/integration-tests/local-test/run-local-test.sh
@@ -46,7 +46,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/manual-test/run-manual-test.sh b/integration-tests/manual-test/run-manual-test.sh
index 3b4472ff5..6eff20656 100644
--- a/integration-tests/manual-test/run-manual-test.sh
+++ b/integration-tests/manual-test/run-manual-test.sh
@@ -44,7 +44,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/pip-test/run-pip-test.sh b/integration-tests/pip-test/run-pip-test.sh
index 42f408b47..917896844 100644
--- a/integration-tests/pip-test/run-pip-test.sh
+++ b/integration-tests/pip-test/run-pip-test.sh
@@ -51,7 +51,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
diff --git a/integration-tests/script-test/run-script-test.sh b/integration-tests/script-test/run-script-test.sh
index 3b4472ff5..6eff20656 100644
--- a/integration-tests/script-test/run-script-test.sh
+++ b/integration-tests/script-test/run-script-test.sh
@@ -44,7 +44,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?
diff --git a/integration-tests/stack-test/run-stack-test.sh b/integration-tests/stack-test/run-stack-test.sh
index 3b4472ff5..6eff20656 100644
--- a/integration-tests/stack-test/run-stack-test.sh
+++ b/integration-tests/stack-test/run-stack-test.sh
@@ -44,7 +44,7 @@ run_test () {
echo "Running test '$element_name'"
bst_with_flags build "$element_name".bst
- bst_with_flags checkout "$element_name".bst "$test_dir"
+ bst_checkout "$element_name".bst "$test_dir"
exit=0
compare_results "$element_name" "$RESULTS" "$EXPECTED" || exit=$?