[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-cvs
Subject:    gst-integration-testsuites: =?UTF-8?Q?Fix=20previous=20commit?=
From:       tsaunier () kemper ! freedesktop ! org (Thibault Saunier)
Date:       2018-03-31 16:24:26
Message-ID: 20180331162426.BB6E176132 () kemper ! freedesktop ! org
[Download RAW message or body]

Module: gst-integration-testsuites
Branch: master
Commit: 075828511d79f5c61ca857886f11ae72832f0cae
URL:    http://cgit.freedesktop.org/gstreamer/gst-integration-testsuites/commit/?id=075828511d79f5c61ca857886f11ae72832f0cae


Author: Thibault Saunier <tsaunier@igalia.com>
Date:   Sat Mar 31 13:18:29 2018 -0300

Fix previous commit

---

 testsuites/testsuiteutils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/testsuiteutils.py b/testsuites/testsuiteutils.py
index 27d9968..efd25e8 100644
--- a/testsuites/testsuiteutils.py
+++ b/testsuites/testsuiteutils.py
@@ -107,7 +107,7 @@ def update_assets(options, assets_dir):
         CHECKOUT_BRANCH_COMMAND = "git fetch origin && (git checkout origin/%s || \
                git checkout tags/%s)" % (
             GST_VALIDATE_TESTSUITE_VERSION, GST_VALIDATE_TESTSUITE_VERSION)
         if options.force_sync:
-            subprocess.check_call(["git", "reset", "--hard"], cwd=asset_dir)
+            subprocess.check_call(["git", "reset", "--hard"], cwd=assets_dir)
         print("Checking out %s" % GST_VALIDATE_TESTSUITE_VERSION)
         subprocess.check_call(CHECKOUT_BRANCH_COMMAND, shell=True, cwd=assets_dir)
         download_files(os.path.basename(os.path.join(assets_dir)))

_______________________________________________
gstreamer-commits mailing list
gstreamer-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic