From e7ad20c9dc8eeecd065391f2b1bf824c6fdd9285 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 28 Aug 2019 13:46:18 -0700 Subject: [PATCH] update test script --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 887822a6b..acf50cfa3 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ contrib: lib $(MAKE) -C contrib/pzstd all $(MAKE) -C contrib/seekable_format/examples all $(MAKE) -C contrib/largeNbDicts all - cd contrib/single_file_decoder/ ; ls ; sh ./build_test.sh + cd contrib/single_file_decoder/ ; ./build_test.sh .PHONY: cleanTabs cleanTabs: