Skip to content

Commit

Permalink
fix app test for docker wrapper; works now on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed Nov 7, 2024
1 parent 13a7060 commit d06999a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions client/app_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@

// define exactly one

//#define APP_NONE
#define APP_NONE
//#define APP_WSL_WRAPPER
// type physical logical copy?
// app wsl_wrapper.exe wsl_wrapper.exe
// app worker worker
// app main main yes
// input infile in
// output outfile out
#define APP_DOCKER_WRAPPER
//#define APP_DOCKER_WRAPPER
// type physical logical copy?
// app worker worker yes
// app job.toml job.toml yes
Expand Down Expand Up @@ -209,6 +209,9 @@ void CLIENT_STATE::app_test_init() {
av->app_files.push_back(
*make_file(app->project, "worker", NULL, INPUT_FILE, true)
);
av->app_files.push_back(
*make_file(app->project, "main.sh", "main.sh", INPUT_FILE, true)
);
av->app_files.push_back(
*make_file(app->project, "job.toml", "job.toml", INPUT_FILE, true)
);
Expand Down

0 comments on commit d06999a

Please sign in to comment.