Skip to content

Commit

Permalink
use v0.2.0 of test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 15, 2024
1 parent 72b9032 commit 6ab074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ base_dir=$(dirname $(realpath $0))
source ${base_dir}/init/eessi_defaults

# Git clone has to be run in compat layer, to make the git command available
./run_in_compat_layer_env.sh "git clone https://github.com/EESSI/test-suite EESSI-test-suite"
./run_in_compat_layer_env.sh "git clone -b v0.2.0 https://github.com/EESSI/test-suite EESSI-test-suite"

# Run the test suite
./test_suite.sh "$@"

0 comments on commit 6ab074c

Please sign in to comment.