summaryrefslogtreecommitdiff
path: root/integration-tests/autotools-test/run-autotools-test.sh
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 /integration-tests/autotools-test/run-autotools-test.sh
parente516e9802120cf33006bd1fb28a2ebf9d04cbfb9 (diff)
downloadbuildstream-integration-tests-hardlinks.tar.gz
integration-tests: Use bst_checkout() everywhereintegration-tests-hardlinks
Diffstat (limited to 'integration-tests/autotools-test/run-autotools-test.sh')
-rw-r--r--integration-tests/autotools-test/run-autotools-test.sh2
1 files changed, 1 insertions, 1 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=$?