diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-11-16 15:18:52 +0200 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-11-16 15:18:52 +0200 |
commit | 2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca (patch) | |
tree | f40fe47da44ae371b20149940ad096e894a708bb /test/00_init | |
parent | 54ae271dfc5f8405233ed320b2e9bd821ee8210f (diff) | |
download | ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.gz ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.tar.bz2 ck-2919a5e2c1d33d170bffc93dfeaa6292b9fa3dca.zip |
Add verbose option to regression tests
Diffstat (limited to 'test/00_init')
-rw-r--r-- | test/00_init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00_init b/test/00_init index daba787..a38c81c 100644 --- a/test/00_init +++ b/test/00_init @@ -5,7 +5,7 @@ running init mkdir -p $TEST_LOCATION/vc mkdir $TEST_LOCATION/sec -exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec > /dev/null & +exec $BIN/ck -c $BIN init $TEST_LOCATION/vc $TEST_LOCATION/sec >&${V} & wait $! if [ $? -ne 0 ]; then |