Commit 812e26f6 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix test_downstream

parent f01f2ae5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -717,7 +717,7 @@ function test_downstream()
      git clone "https://github.com/inducer/$proj_name.git"
  fi

  cd "$PROJ_DIR"
  cd "$proj_name"
  echo "*** $proj_name version: $(git rev-parse --short HEAD)"

  transfer_requirements_git_urls ../requirements.txt ./requirements.txt
@@ -747,5 +747,7 @@ function test_downstream()
  fi
}

# }}}


# vim: foldmethod=marker:sw=2