From a5b33db55807a9663944d29720ce01eeb26a8bd1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 17 Feb 2021 11:55:10 -0500 Subject: ci: Fix failure in unit tests with vs backend --- run_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 16589f891..550fe36c2 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -2382,7 +2382,7 @@ class AllPlatformTests(BasePlatformTests): self.init(testdir) self.run_target('check_exists') self.run_target('check-env') - self.run_target('dummy.stamp') + self.run_target('check-env-ct') def test_install_introspection(self): ''' -- cgit v1.2.3