From 08b8484d6879379e0c2e9896a65ce4ec5d7fca24 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 9 Mar 2018 20:06:41 -0500 Subject: [PATCH] don't do that Signed-off-by: Kenneth Reitz --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 8947e80c..53800243 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -26,7 +26,7 @@ if [[ ! -z "$CI" ]]; then export TAP_OUTPUT # Check for a checksum of the lockfile on the RAM Disk. - if [[ -f "$RAM_DISK/Pipfile.lock.sha256" ]]; then + if [[ -f "$RAM_DISK/Pipfile.lock.sha256-nevermind" ]]; then # If it's not the same, re-install. if [[ $(openssl dgst -sha256 Pipfile.lock) != $(cat "$RAM_DISK/Pipfile.lock.sha256") ]]; then