Skip to content

Commit

Permalink
testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
hmsf committed Mar 17, 2024
1 parent 9679d19 commit 59dd0a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/script/start_test_backend
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ FileUtils.rm("#{backend_data}/projects/BaseDistro.pkg/_project.mrev")
Backend::Connection.put('/source/BaseDistro/_meta?user=king', Project.find_by_name('BaseDistro').to_axml)

# have an idle worker
FileUtils.mkdir "#{backend_data}/workers"
FileUtils.mkdir "#{backend_data}/workers/idle"
FileUtils.cp("#{Rails.root}/test/fixtures/backend/x86_64:build33:1", "#{backend_data}/workers/idle/")
# FileUtils.mkdir "#{backend_data}/workers"
# FileUtils.mkdir "#{backend_data}/workers/idle"
# FileUtils.cp("#{Rails.root}/test/fixtures/backend/x86_64:build33:1", "#{backend_data}/workers/idle/")

# fix port number in remote projects
ri = Project.find_by_name('RemoteInstance')
Expand Down

0 comments on commit 59dd0a6

Please sign in to comment.