Skip to content

Commit

Permalink
test UPDATE output to file
Browse files Browse the repository at this point in the history
... to avoid accessing inaccessible devices.
  • Loading branch information
michalvasko committed Dec 7, 2023
1 parent bc4129a commit 697bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/np_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ np_glob_setup_np2(void **state, const char *test_name, const char **modules)
SETUP_FAIL_LOG;
return 1;
}
if (system(NP_ROOT_DIR "/scripts/setup.sh &>/dev/null")) {
if (system(NP_ROOT_DIR "/scripts/setup.sh &> setup.log")) {
SETUP_FAIL_LOG;
return 1;
}
Expand Down

0 comments on commit 697bb8f

Please sign in to comment.