File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# # Customize dependencies
22dependencies :
33 pre :
4- - sudo apt-get update; sudo apt-get install bc libfuse-dev libarchive-dev
4+ - sudo apt-get update; sudo apt-get install bc libfuse-dev libarchive-dev xfsprogs
55 post :
66 - make defconfig ARCH=lkl
77 - make ARCH=lkl -j8
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ void printk(const char *str, int len)
6464static int g_test_pass = 0 ;
6565#define TEST (name ) { \
6666 int ret = do_test(#name, test_##name); \
67- if (ret) g_test_pass = -1; \
67+ if (! ret) g_test_pass = -1; \
6868 }
6969
7070static int do_test (char * name , int (* fn )(char * , int ))
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/bash -e
22
33if [ " $1 " = " -t" ]; then
44 shift
You can’t perform that action at this time.
0 commit comments